Use string resources

This commit is contained in:
Florian Renaud 2023-04-07 15:29:55 +02:00
parent 74be5b121e
commit 023c5f4a7e
14 changed files with 40 additions and 23 deletions

View file

@ -12,4 +12,6 @@
<string name="screen_create_room_title">"Create a room"</string>
<string name="screen_create_room_topic_label">"Topic (optional)"</string>
<string name="screen_create_room_topic_placeholder">"What is this room about?"</string>
<string name="screen_start_chat_error_starting_chat">"An error occurred when trying to start a chat"</string>
<string name="screen_start_chat_unknown_profile">"We cant validate this users Matrix ID. The invite might not be received."</string>
</resources>