Add translatable string

This commit is contained in:
Arne 2024-10-02 06:01:36 +02:00
parent bd79fef992
commit 0e97696bc8
2 changed files with 2 additions and 1 deletions

View file

@ -235,7 +235,7 @@
android:minWidth="0dp"
android:layout_marginTop="32dp"
android:layout_marginRight="-13dp"
android:text="Related Chats" />
android:text="@string/related_chats" />
<TextView
android:id="@+id/jid"

View file

@ -1164,4 +1164,5 @@
<string name="encrypted_with_otr">Encrypted with OTR</string>
<string name="could_not_add_reaction">Could not add reaction</string>
<string name="add_reaction">Add reaction…</string>
<string name="related_chats">Related chats</string>
</resources>