fix: change archive string in Settings from verb to noun (#516)

This commit is contained in:
Agnieszka C 2025-09-09 11:17:52 +01:00 committed by GitHub
parent 16126c6f09
commit 0936943dc6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -356,7 +356,7 @@
style="@style/SettingsSectionLabelStyle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/archive" />
android:text="@string/archived_conversations" />
<RelativeLayout
android:id="@+id/settings_keep_conversations_archived_holder"