File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
features/joinroom/impl/src/main
kotlin/io/element/android/features/joinroom/impl Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -442,7 +442,7 @@ private fun InvitedByView(
442
442
horizontalAlignment = Alignment .CenterHorizontally
443
443
) {
444
444
Text (
445
- text = " Invited by " ,
445
+ text = stringResource( R .string.screen_join_room_invited_by) ,
446
446
style = ElementTheme .typography.fontBodyMdRegular,
447
447
color = ElementTheme .colors.textSecondary
448
448
)
Original file line number Diff line number Diff line change 15
15
<string name =" screen_join_room_fail_reason" >"This room is either invite-only or there might be restrictions to access at space level."</string >
16
16
<string name =" screen_join_room_forget_action" >"Forget this room"</string >
17
17
<string name =" screen_join_room_invite_required_message" >"You need an invite in order to join this room"</string >
18
+ <string name =" screen_join_room_invited_by" >"Invited by"</string >
18
19
<string name =" screen_join_room_join_action" >"Join room"</string >
19
20
<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 >
20
21
<string name =" screen_join_room_knock_action" >"Send request to join"</string >
You can’t perform that action at this time.
0 commit comments