This commit is contained in:
Benoit Marty 2024-04-24 15:18:50 +02:00
parent 7f0417a663
commit a7a8d97188

View file

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