Merge pull request #3414 from nextcloud/bugfix/noid/renameMessageExpirationTitle

Rename message expiration title
This commit is contained in:
Marcel Hibbe 2023-10-27 18:00:05 +02:00 committed by GitHub
commit 074e2c694c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -239,7 +239,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:padding="@dimen/standard_padding" android:padding="@dimen/standard_padding"
android:text="@string/nc_conversation_settings" android:text="@string/message_expiration_title"
android:textSize="@dimen/headline_text_size" android:textSize="@dimen/headline_text_size"
android:textStyle="bold" /> android:textStyle="bold" />

View File

@ -657,11 +657,10 @@ How to translate with transifex:
<string name="send_without_notification">Send without notification</string> <string name="send_without_notification">Send without notification</string>
<string name="call_without_notification">Call without notification</string> <string name="call_without_notification">Call without notification</string>
<string name="set_avatar_from_camera">Set avatar from camera</string> <string name="set_avatar_from_camera">Set avatar from camera</string>
<string name="nc_conversation_settings">Conversation settings</string>
<string name="nc_conversation_description">Conversation description</string> <string name="nc_conversation_description">Conversation description</string>
<!-- Expiring messages --> <!-- Expiring messages -->
<string name="message_expiration_title">Message expiration</string>
<string name="nc_expire_messages">Expire chat messages</string> <string name="nc_expire_messages">Expire chat messages</string>
<string name="nc_expire_message_off">Off</string> <string name="nc_expire_message_off">Off</string>
<string name="nc_expire_message_four_weeks">4 weeks</string> <string name="nc_expire_message_four_weeks">4 weeks</string>