From 10ff1be8897f46245a0d4f9e2ab6b61121df26c6 Mon Sep 17 00:00:00 2001 From: varjolintu Date: Fri, 17 Apr 2020 18:59:11 +0300 Subject: [PATCH] Change HTTP Basic Auth help text --- keepassxc-browser/_locales/en/messages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keepassxc-browser/_locales/en/messages.json b/keepassxc-browser/_locales/en/messages.json index 2bf3595..63a9e14 100644 --- a/keepassxc-browser/_locales/en/messages.json +++ b/keepassxc-browser/_locales/en/messages.json @@ -740,7 +740,7 @@ "description": "Save domain only option help text." }, "optionsAutoFillAndSendHelpText": { - "message": "If credentials are found for a page and the login-type is an HTTP Basic Auth request, KeePassXC-Browser tries to login with the first given credentials.", + "message": "If credentials are found for a page and the login-type is an HTTP Basic Auth request, KeePassXC-Browser tries to login automatically with the first given credentials. When multiple credentials are present, the extension popup can be used to choose the correct one. Even when this feature is enabled, it is still possible to enter HTTP Basic Auth login manually.", "description": "Auto-Fill And Send option help text." }, "optionsAutoFillAndSendHelpTextSecond": {