Skip to content

Commit

Permalink
Hint for basic auth when 401 occurs
Browse files Browse the repository at this point in the history
See #3612

Signed-off-by: mueller-ma <mueller-ma@users.noreply.github.com>
  • Loading branch information
mueller-ma committed Mar 15, 2024
1 parent aa17694 commit 05301ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
<string name="webview_snackbar_permissions_missing">The page requires additional permissions to work properly</string>

<!-- The following strings are referenced via reflection in Context.getHumanReadableErrorMessage -->
<string name="error_http_code_401" tools:keep="@string/error_http_code_401">Authentication failed. Please check the configured username and password respectively the provided SSL client certificate (HTTP code %d).</string>
<string name="error_http_code_401" tools:keep="@string/error_http_code_401">Authentication failed. Please check the configured username and password respectively the provided SSL client certificate (HTTP code %d). Make sure the server has Basic Authentication enabled.</string>
<string name="error_http_code_403" translatable="false" tools:keep="@string/error_http_code_403">@string/error_http_code_401</string>
<string name="error_http_code_404" tools:keep="@string/error_http_code_404">Not found (HTTP code %d)</string>
<string name="error_http_code_407" translatable="false" tools:keep="@string/error_http_code_407">@string/error_http_code_401</string>
Expand Down

0 comments on commit 05301ef

Please sign in to comment.