Skip to content

Commit

Permalink
Rename message expiration title
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Hibbe <[email protected]>
  • Loading branch information
mahibi committed Oct 27, 2023
1 parent 951f803 commit 13371cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_conversation_info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="@dimen/standard_padding"
android:text="@string/nc_conversation_settings"
android:text="@string/message_expiration_title"
android:textSize="@dimen/headline_text_size"
android:textStyle="bold" />

Expand Down
3 changes: 1 addition & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -657,11 +657,10 @@ How to translate with transifex:
<string name="send_without_notification">Send 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="nc_conversation_settings">Conversation settings</string>
<string name="nc_conversation_description">Conversation description</string>

<!-- Expiring messages -->
<string name="message_expiration_title">Message expiration</string>
<string name="nc_expire_messages">Expire chat messages</string>
<string name="nc_expire_message_off">Off</string>
<string name="nc_expire_message_four_weeks">4 weeks</string>
Expand Down

0 comments on commit 13371cf

Please sign in to comment.