feature (space) : add string "No space name"
This commit is contained in:
parent
c4308e9810
commit
91455c6019
4 changed files with 17 additions and 6 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue