Poll history : use localazy strings
This commit is contained in:
parent
424e9e266e
commit
e5080765b2
9 changed files with 81 additions and 66 deletions
|
|
@ -385,7 +385,7 @@ private fun PollsSection(
|
|||
) {
|
||||
PreferenceCategory(modifier = modifier) {
|
||||
ListItem(
|
||||
headlineContent = { Text("Polls") }, // TODO Polls: Localazy
|
||||
headlineContent = { Text(stringResource(R.string.screen_polls_history_title)) },
|
||||
leadingContent = ListItemContent.Icon(IconSource.Vector(CompoundIcons.Polls)),
|
||||
onClick = openPollHistory,
|
||||
)
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
<item quantity="other">"%1$d people"</item>
|
||||
</plurals>
|
||||
<string name="screen_notification_settings_edit_failed_updating_default_mode">"An error occurred while updating the notification setting."</string>
|
||||
<string name="screen_polls_history_title">"Polls"</string>
|
||||
<string name="screen_room_details_add_topic_title">"Add topic"</string>
|
||||
<string name="screen_room_details_already_a_member">"Already a member"</string>
|
||||
<string name="screen_room_details_already_invited">"Already invited"</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue