mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-20 02:58:45 +00:00
Add copy for paid-tier-pending dialog.
This commit is contained in:
committed by
Greyson Parrelli
parent
02ecc19112
commit
f3254f99db
@@ -242,10 +242,9 @@ class ManageStorageSettingsFragment : ComposeFragment() {
|
|||||||
dialog(
|
dialog(
|
||||||
route = "paid-tier-pending"
|
route = "paid-tier-pending"
|
||||||
) {
|
) {
|
||||||
// TODO [backups] Finalized copy
|
|
||||||
Dialogs.SimpleAlertDialog(
|
Dialogs.SimpleAlertDialog(
|
||||||
title = "Paid tier pending",
|
title = "",
|
||||||
body = "TODO",
|
body = stringResource(R.string.ManageStorageSettingsFragment__storage_optimization_can_only_be_used),
|
||||||
confirm = stringResource(android.R.string.ok),
|
confirm = stringResource(android.R.string.ok),
|
||||||
onConfirm = {},
|
onConfirm = {},
|
||||||
onDismiss = { navController.popBackStack() }
|
onDismiss = { navController.popBackStack() }
|
||||||
|
|||||||
@@ -7549,6 +7549,8 @@
|
|||||||
<string name="ManageStorageSettingsFragment__optimize_on_device_storage">Optimize on-device storage</string>
|
<string name="ManageStorageSettingsFragment__optimize_on_device_storage">Optimize on-device storage</string>
|
||||||
<!-- Setting row explanation for storage optimization -->
|
<!-- 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>
|
<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 -->
|
<!-- UpgradeToEnableOptimizedStorageSheet -->
|
||||||
<!-- Title on a bottom sheet, detailing that the user must upgrade to enable storage optimization -->
|
<!-- Title on a bottom sheet, detailing that the user must upgrade to enable storage optimization -->
|
||||||
|
|||||||
Reference in New Issue
Block a user