Skip to content

Commit 67f9c24

Browse files
committed
Localazy
1 parent 0766010 commit 67f9c24

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

features/joinroom/impl/src/main/kotlin/io/element/android/features/joinroom/impl/JoinRoomView.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ private fun InvitedByView(
442442
horizontalAlignment = Alignment.CenterHorizontally
443443
) {
444444
Text(
445-
text = "Invited by",
445+
text = stringResource(R.string.screen_join_room_invited_by),
446446
style = ElementTheme.typography.fontBodyMdRegular,
447447
color = ElementTheme.colors.textSecondary
448448
)

features/joinroom/impl/src/main/res/values/localazy.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<string name="screen_join_room_fail_reason">"This room is either invite-only or there might be restrictions to access at space level."</string>
1616
<string name="screen_join_room_forget_action">"Forget this room"</string>
1717
<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>
1819
<string name="screen_join_room_join_action">"Join room"</string>
1920
<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>
2021
<string name="screen_join_room_knock_action">"Send request to join"</string>

0 commit comments

Comments
 (0)