mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-04 07:25:25 +01:00
Add new text label for when backups are off.
This commit is contained in:
@@ -314,7 +314,7 @@ private fun InactiveBackupsRow(
|
||||
)
|
||||
|
||||
Text(
|
||||
text = stringResource(R.string.preferences_off),
|
||||
text = stringResource(R.string.RemoteBackupsSettingsFragment__off),
|
||||
style = MaterialTheme.typography.bodyMedium,
|
||||
color = MaterialTheme.colorScheme.onSurfaceVariant
|
||||
)
|
||||
|
||||
@@ -8130,6 +8130,8 @@
|
||||
<string name="RemoteBackupsSettingsFragment__secure_backups">Secure Backups</string>
|
||||
<!-- Displayed on the title bar -->
|
||||
<string name="RemoteBackupsSettingsFragment__signal_backups">Signal Secure Backups</string>
|
||||
<!-- Displayed as a label when remote backups are off -->
|
||||
<string name="RemoteBackupsSettingsFragment__off">Off</string>
|
||||
<!-- Text shown in a popup indicating that the user needs to enter their screen lock -->
|
||||
<string name="RemoteBackupsSettingsFragment__authenticatino_required">Authentication required</string>
|
||||
<!-- Row label to launch payment history screen -->
|
||||
|
||||
Reference in New Issue
Block a user