fix(i18n): Fixed case of word

Reported at Transifex

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
This commit is contained in:
rakekniven 2024-03-09 15:19:06 +01:00 committed by GitHub
parent 342aaba829
commit 7dc7c9c99c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -791,7 +791,7 @@ How to translate with transifex:
<string name="nc_send_edit_message">Send Edit Message</string>
<string name="nc_clear_edit_message">Clear Edit Message</string>
<string name="edit_error_24_hours_old_message">Cannot Edit Messages older than 24 hours</string>
<string name="conversation_is_read_only">Conversation is read Only</string>
<string name="conversation_is_read_only">Conversation is read only</string>
<string name="nc_edit_message_text">Edit Message Text</string>
<string name="hint_edited_message">(edited)</string>
<string name="nc_conversation_not_found">Conversation not found</string>