Merge pull request #3703 from nextcloud/rakekniven-patch-1

fix(i18n): Fixed case of word
This commit is contained in:
Marcel Hibbe 2024-03-11 13:36:07 +01:00 committed by GitHub
commit d863674b68
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>