feature (space) : add string "No space name"

This commit is contained in:
ganfra 2025-09-19 17:42:47 +02:00
parent c4308e9810
commit 91455c6019
4 changed files with 17 additions and 6 deletions

View file

@ -183,7 +183,7 @@ private fun SpaceAvatarAndNameRow(
.semantics {
heading()
},
text = name ?: stringResource(CommonStrings.common_no_room_name),
text = name ?: stringResource(CommonStrings.common_no_space_name),
style = ElementTheme.typography.fontBodyLgMedium,
fontStyle = FontStyle.Italic.takeIf { name == null },
maxLines = 1,