Localazy
This commit is contained in:
parent
07660106df
commit
67f9c24695
2 changed files with 2 additions and 1 deletions
|
|
@ -442,7 +442,7 @@ private fun InvitedByView(
|
|||
horizontalAlignment = Alignment.CenterHorizontally
|
||||
) {
|
||||
Text(
|
||||
text = "Invited by",
|
||||
text = stringResource(R.string.screen_join_room_invited_by),
|
||||
style = ElementTheme.typography.fontBodyMdRegular,
|
||||
color = ElementTheme.colors.textSecondary
|
||||
)
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
<string name="screen_join_room_fail_reason">"This room is either invite-only or there might be restrictions to access at space level."</string>
|
||||
<string name="screen_join_room_forget_action">"Forget this room"</string>
|
||||
<string name="screen_join_room_invite_required_message">"You need an invite in order to join this room"</string>
|
||||
<string name="screen_join_room_invited_by">"Invited by"</string>
|
||||
<string name="screen_join_room_join_action">"Join room"</string>
|
||||
<string name="screen_join_room_join_restricted_message">"You may need to be invited or be a member of a space in order to join."</string>
|
||||
<string name="screen_join_room_knock_action">"Send request to join"</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue