-
Notifications
You must be signed in to change notification settings - Fork 687
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5169 from freedomofpress/gui-updater-error-handling
Improve admin workstation updater GUI error handling
- Loading branch information
Showing
3 changed files
with
25 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,12 +25,15 @@ | |
"Contact your SecureDrop administrator " | ||
"or [email protected] immediately.") | ||
tailsconfig_failed_sudo_password = ('Administrator password incorrect. ' | ||
'Exiting upgrade - ' | ||
'click Update Now to try again.') | ||
'Click Update Now to try again.') | ||
tailsconfig_failed_generic_reason = ("Tails workstation configuration failed. " | ||
"Contact your administrator. " | ||
"If you are an administrator, contact " | ||
"[email protected].") | ||
tailsconfig_failed_timeout = ("Tails workstation configuration took too long. " | ||
"Contact your administrator. " | ||
"If you are an administrator, contact " | ||
"[email protected].") | ||
install_update_button = 'Update Now' | ||
install_later_button = 'Update Later' | ||
sudo_password_text = ("Enter the Tails Administrator password you " | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters