Add string to Localazy

This commit is contained in:
Benoit Marty 2025-08-13 16:59:12 +02:00
parent 0dba05be0a
commit 6989e10c19
3 changed files with 4 additions and 1 deletions

View file

@ -42,7 +42,7 @@ fun AddPeopleView(
},
footer = {
Button(
text = "Finish",
text = stringResource(CommonStrings.action_finish),
onClick = {
state.eventSink(InvitePeopleEvents.SendInvites)
onFinish()

View file

@ -33,6 +33,7 @@ For now, you can deselect filters in order to see your other chats"</string>
<string name="screen_roomlist_filter_invites">"Invites"</string>
<string name="screen_roomlist_filter_invites_empty_state_title">"You don\'t have any pending invites."</string>
<string name="screen_roomlist_filter_low_priority">"Low Priority"</string>
<string name="screen_roomlist_filter_low_priority_empty_state_title">"You dont have any low priority chats yet"</string>
<string name="screen_roomlist_filter_mixed_empty_state_subtitle">"You can deselect filters in order to see your other chats"</string>
<string name="screen_roomlist_filter_mixed_empty_state_title">"You dont have chats for this selection"</string>
<string name="screen_roomlist_filter_people">"People"</string>