Add new text label for when backups are off.

This commit is contained in:
Alex Hart
2025-09-08 14:59:59 -03:00
parent dca876e40d
commit d2fcb191b6
2 changed files with 3 additions and 1 deletions

View File

@@ -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
)