Fix missing param in string

This commit is contained in:
Valere 2021-02-27 11:17:19 +01:00
parent a433f2f965
commit 03ef480bea
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ class SpaceDefaultRoomEpoxyController @Inject constructor(
genericFooterItem {
id("info_help_header")
style(GenericItem.STYLE.BIG_TEXT)
text(stringProvider.getString(R.string.create_spaces_room_public_header))
text(stringProvider.getString(R.string.create_spaces_room_public_header, data?.name))
textColor(colorProvider.getColorFromAttribute(R.attr.riot_primary_text_color))
}

View File

@ -3273,7 +3273,7 @@
<string name="create_spaces_details_public_header">Add some details to help it stand out. You can change these at any point.</string>
<string name="create_spaces_details_private_header">Add some details to help people identify it. You can change these at any point.</string>
<string name="create_space_error_empty_field_space_name">Give it a name to continue.</string>
<string name="create_spaces_room_public_header">What are some discussions you want to have in Runners World?</string>
<string name="create_spaces_room_public_header">What are some discussions you want to have in %s?</string>
<string name="create_spaces_room_public_header_desc">Well create rooms for them, and auto-join everyone. You can add more later too.</string>
<string name="create_spaces_default_public_room_name">General</string>
<string name="create_spaces_default_public_random_room_name">Random</string>