mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Merge pull request #864 from keepassxreboot/fix/http_auth_help_text
Change HTTP Basic Auth help text
This commit is contained in:
commit
ce48830d88
1 changed files with 1 additions and 1 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue