Add copy for paid-tier-pending dialog.
This commit is contained in:
parent
02ecc19112
commit
f3254f99db
2 changed files with 4 additions and 3 deletions
|
@ -242,10 +242,9 @@ class ManageStorageSettingsFragment : ComposeFragment() {
|
|||
dialog(
|
||||
route = "paid-tier-pending"
|
||||
) {
|
||||
// TODO [backups] Finalized copy
|
||||
Dialogs.SimpleAlertDialog(
|
||||
title = "Paid tier pending",
|
||||
body = "TODO",
|
||||
title = "",
|
||||
body = stringResource(R.string.ManageStorageSettingsFragment__storage_optimization_can_only_be_used),
|
||||
confirm = stringResource(android.R.string.ok),
|
||||
onConfirm = {},
|
||||
onDismiss = { navController.popBackStack() }
|
||||
|
|
|
@ -7549,6 +7549,8 @@
|
|||
<string name="ManageStorageSettingsFragment__optimize_on_device_storage">Optimize on-device storage</string>
|
||||
<!-- Setting row explanation for storage optimization -->
|
||||
<string name="ManageStorageSettingsFragment__unused_media_will_be_offloaded">Unused media will be offloaded, but can be downloaded from your backup anytime.</string>
|
||||
<!-- Dialog message for paid tier pending dialog -->
|
||||
<string name="ManageStorageSettingsFragment__storage_optimization_can_only_be_used">Storage optimization can only be used with the paid tier of Signal Backups. Your backups subscription is still processing and not yet active. Please try again later.</string>
|
||||
|
||||
<!-- UpgradeToEnableOptimizedStorageSheet -->
|
||||
<!-- Title on a bottom sheet, detailing that the user must upgrade to enable storage optimization -->
|
||||
|
|
Loading…
Add table
Reference in a new issue