Skip to content

Commit c9a90a8

Browse files
committed
Hint for basic auth when 401 occurs
See openhab#3612 Signed-off-by: mueller-ma <[email protected]>
1 parent aa17694 commit c9a90a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mobile/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
<string name="webview_snackbar_permissions_missing">The page requires additional permissions to work properly</string>
207207

208208
<!-- The following strings are referenced via reflection in Context.getHumanReadableErrorMessage -->
209-
<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>
209+
<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 allows Basic Authentication.</string>
210210
<string name="error_http_code_403" translatable="false" tools:keep="@string/error_http_code_403">@string/error_http_code_401</string>
211211
<string name="error_http_code_404" tools:keep="@string/error_http_code_404">Not found (HTTP code %d)</string>
212212
<string name="error_http_code_407" translatable="false" tools:keep="@string/error_http_code_407">@string/error_http_code_401</string>

0 commit comments

Comments
 (0)