Skip to content

Commit

Permalink
Add 'recovery for user' to errors
Browse files Browse the repository at this point in the history
  • Loading branch information
claucece committed Jul 22, 2017
1 parent dca6338 commit cfca1e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gui/registration.go
Expand Up @@ -128,12 +128,12 @@ const (
"You don't have Tor running. Please, start it.\n\n"
torLogMessage = "We had an error when trying to register your account: Tor is not running. %v"
storeAccountInfoError = "We had an error when trying to store your account information."
storeAccountInfoLog = "We had an error when trying to store your account information. %v"
contactServerError = "Could not contact the server.\n\nPlease correct your server choice and try again."
storeAccountInfoLog = "We had an error when trying to store your account information. Please, try again.%v"
contactServerError = "Could not contact the server.\n\nPlease, correct your server choice and try again."
contactServerLog = "Error when trying to get registration form: %v"
timeOutError = "We had an error:\n\nTimeout."
timeOutLog = "Error when trying to get registration form: %v"
requiredFieldsError = "We had an error:\n\nSome required fields are missing."
requiredFieldsError = "We had an error:\n\nSome required fields are missing. Please, try again and fill all fields."
requiredFieldsLog = "Error when trying to get registration form: %v"
)

Expand Down

0 comments on commit cfca1e8

Please sign in to comment.