[Settings]Better errors when failing to backup (#26762)

* [Settings] settings.json files broken error is updated.

* [Settings] Related optional messages added to error logs

* Update src/settings-ui/Settings.UI/Strings/en-us/Resources.resw
This commit is contained in:
gokcekantarci
2023-06-14 12:56:56 +03:00
committed by GitHub
parent 2f130bcc62
commit 6ece812103
4 changed files with 22 additions and 15 deletions

View File

@@ -3040,6 +3040,9 @@ Activate by holding the key for the character you want to add an accent to, then
<data name="General_SettingsBackupAndRestore_BackupError" xml:space="preserve">
<value>There was an error. Try another backup location.</value>
</data>
<data name="General_SettingsBackupAndRestore_SettingsFormatError" xml:space="preserve">
<value>There was an error in the settings format. Please check the settings file:</value>
</data>
<data name="General_SettingsBackupAndRestore_BackupComplete" xml:space="preserve">
<value>Backup completed.</value>
</data>