Localazy
This commit is contained in:
parent
43d414c602
commit
1a6b042978
1 changed files with 2 additions and 3 deletions
|
|
@ -88,8 +88,7 @@ fun AdvancedSettingsView(
|
||||||
)
|
)
|
||||||
ListItem(
|
ListItem(
|
||||||
headlineContent = {
|
headlineContent = {
|
||||||
// TODO i18n
|
Text(text = stringResource(id = R.string.screen_advanced_settings_push_provider_android))
|
||||||
Text(text = "Push provider")
|
|
||||||
},
|
},
|
||||||
trailingContent = when (state.pushDistributor) {
|
trailingContent = when (state.pushDistributor) {
|
||||||
AsyncAction.Uninitialized,
|
AsyncAction.Uninitialized,
|
||||||
|
|
@ -134,7 +133,7 @@ fun AdvancedSettingsView(
|
||||||
|
|
||||||
if (state.showChangePushProviderDialog) {
|
if (state.showChangePushProviderDialog) {
|
||||||
SingleSelectionDialog(
|
SingleSelectionDialog(
|
||||||
title = "Select Push provider",
|
title = stringResource(id = R.string.screen_advanced_settings_choose_distributor_dialog_title_android),
|
||||||
options = state.pushDistributors.map {
|
options = state.pushDistributors.map {
|
||||||
ListOption(title = it)
|
ListOption(title = it)
|
||||||
}.toImmutableList(),
|
}.toImmutableList(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue