Skip to content

Commit

Permalink
better error message for failed registration (bnc#870787#c2)
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Mar 28, 2014
1 parent f16b3ba commit b2bea79
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions package/yast2-registration.changes
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 28 10:39:38 UTC 2014 - lslezak@suse.cz

- better error message for failed registration (bnc#870787#c2)

-------------------------------------------------------------------
Tue Mar 25 17:38:37 UTC 2014 - lslezak@suse.cz

Expand Down
2 changes: 1 addition & 1 deletion src/lib/registration/scc_helpers.rb
Expand Up @@ -53,7 +53,7 @@ def self.catch_registration_errors(&block)
false
rescue SccApi::NotAuthorized
# Error popup
Yast::Report.Error(_("The email address or the registration\ncode is not valid."))
Yast::Report.Error(_("The email address is not known or\nthe registration code is not valid."))
false
rescue Timeout::Error
# Error popup
Expand Down

0 comments on commit b2bea79

Please sign in to comment.