Rename message expiration title

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
Marcel Hibbe 2023-10-27 17:46:43 +02:00
parent 951f80315e
commit 13371cf2cc
No known key found for this signature in database
GPG Key ID: C793F8B59F43CE7B
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>