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 = {
Text(
text = "Failed to get information about the room",
text = stringResource(id = CommonStrings.error_unknown),
textAlign = TextAlign.Center,
color = MaterialTheme.colorScheme.error,
)