This commit is contained in:
Benoit Marty 2024-04-24 15:18:50 +02:00
parent 9a780cd71b
commit 0140c8982e

View file

@ -250,7 +250,7 @@ private fun JoinRoomContent(
},
subtitle = {
Text(
text = "Failed to get information about the room",
text = stringResource(id = CommonStrings.error_unknown),
textAlign = TextAlign.Center,
color = MaterialTheme.colorScheme.error,
)