This commit is contained in:
Benoit Marty
2025-09-22 15:47:34 +02:00
parent 15bcf3516a
commit 1ba474e3d8
2 changed files with 2 additions and 1 deletions

View File

@@ -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
)

View File

@@ -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>