You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mobile/src/main/res/values/strings.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -206,7 +206,7 @@
206
206
<stringname="webview_snackbar_permissions_missing">The page requires additional permissions to work properly</string>
207
207
208
208
<!-- The following strings are referenced via reflection in Context.getHumanReadableErrorMessage -->
209
-
<stringname="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
+
<stringname="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>
0 commit comments