Skip to content

Commit

Permalink
concretize error message usually coming from 2FA
Browse files Browse the repository at this point in the history
until #359 is implemented, the user gets a concretized error message.
  • Loading branch information
Strubbl committed Jan 11, 2018
1 parent 362dc3c commit bec4652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<string name="testConnection_errorMessage_noCSRF">Error parsing login form</string>
<string name="testConnection_errorMessage_incorrectCredentials">Can\'t log in — check username and password</string>
<string name="testConnection_errorMessage_authProblems">Authorization-related problems. These usually caused by HTTP-redirects.</string>
<string name="testConnection_errorMessage_unknownPageAfterLogin">Unknown page after login</string>
<string name="testConnection_errorMessage_unknownPageAfterLogin">Unknown page after login. This is usually caused by enabled two-factor authentication, which is not yet supported by the app</string>
<string name="testConnection_errorMessage_unknown">Unknown error</string>
<string name="testConnection_errorMessage_unknownWithMessage">Unknown error: %s</string>
<string name="d_testConnection_urlSuggestion_title">Consider changing URL</string>
Expand Down

0 comments on commit bec4652

Please sign in to comment.