Fix missing param in string
This commit is contained in:
parent
a433f2f965
commit
03ef480bea
@ -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))
|
||||
}
|
||||
|
||||
|
@ -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 Runner’s 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">We’ll 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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user