diff --git a/features/joinroom/impl/src/main/kotlin/io/element/android/features/joinroom/impl/JoinRoomView.kt b/features/joinroom/impl/src/main/kotlin/io/element/android/features/joinroom/impl/JoinRoomView.kt index 89e7457fee..6649987c58 100644 --- a/features/joinroom/impl/src/main/kotlin/io/element/android/features/joinroom/impl/JoinRoomView.kt +++ b/features/joinroom/impl/src/main/kotlin/io/element/android/features/joinroom/impl/JoinRoomView.kt @@ -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, )