mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-17 11:59:39 +00:00
Explain vault backup permission error
Users understandably get confused by the "No persisted URI permissions" error. This patch adds some text to the dialog explaining why this happened and how the user can fix the issue. This permission issue can happen for one of two reasons: - The user made a change to the backup destination (renamed, moved, deleted, etc) - Aegis was restored from an Android backup
This commit is contained in:
parent
88caafd61c
commit
08c73922cc
5 changed files with 31 additions and 8 deletions
|
@ -390,6 +390,11 @@
|
|||
comment="The first parameter is the type of backup (e.g. built-in or Android backup). The second parameter is an elapsed time in the style of 'x seconds/minutes/days ago'.">
|
||||
A recent vault backup attempt using %s failed because an error occurred. The backup was attempted %s. Please check your backup settings to make sure backups can complete successfully.
|
||||
</string>
|
||||
<string
|
||||
name="backup_permission_error_dialog_details"
|
||||
comment="The first parameter is the type of backup (e.g. built-in or Android backup). The second parameter is an elapsed time in the style of 'x seconds/minutes/days ago'.">
|
||||
A recent vault backup attempt using %s failed because Aegis did not have permission to write to the backup destination. The backup was attempted %s. This error can occur if you moved/renamed the backup destination or if you recently restored Aegis from a backup. Please reconfigure the backup destination.
|
||||
</string>
|
||||
<string name="backup_system_builtin">Aegis\' built-in automatic backups</string>
|
||||
<string name="backup_system_android">Android\'s cloud backup system</string>
|
||||
<string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue