Add missing translation

This commit is contained in:
MM20 2022-06-09 19:35:44 +02:00
parent 41c6271903
commit b056089332
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389
2 changed files with 2 additions and 4 deletions

View File

@ -595,13 +595,11 @@
</plurals>
<string name="backup_select_components">Select what to backup:</string>
<string name="backup_not_included">Not included:</string>
<string name="backup_not_included">Connected accounts and 3rd party app widgets will not be backed up.</string>
<string name="backup_component_favorites">Favorites &amp; hidden apps</string>
<string name="backup_component_settings">Settings</string>
<string name="backup_component_websearches">Web search shortcuts</string>
<string name="backup_component_widgets">Built-in widgets</string>
<string name="backup_component_accounts">Connected accounts</string>
<string name="backup_component_3rdparty_widgets">3rd party app widgets</string>
<string name="backup_complete">The backup has been completed.</string>
<string name="restore_invalid_file">The selected file does not appear to be a backup. Are you sure you selected the right file?</string>

View File

@ -119,7 +119,7 @@ fun CreateBackupSheet(
SmallMessage(
modifier = Modifier.padding(top = 8.dp),
icon = Icons.Rounded.Warning,
text = "Connected accounts and 3rd party app widgets will not be backed up."
text = stringResource(R.string.backup_not_included)
)
}
}