mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Merge pull request #392 from keepassxreboot/error_messages
Clearer error messages
This commit is contained in:
commit
7bc6dfcf08
2 changed files with 5 additions and 5 deletions
|
|
@ -52,16 +52,16 @@
|
|||
"description": "Cannot decrypt message."
|
||||
},
|
||||
"errorMessageTimeout": {
|
||||
"message": "Timeout or not connected to KeePassXC.",
|
||||
"description": "Timeout or not connected to KeePassXC."
|
||||
"message": "Cannot connect to KeePassXC. Check that browser integration is enabled in KeePassXC settings.",
|
||||
"description": "Cannot connect to KeePassXC. Check that browser integration is enabled in KeePassXC settings."
|
||||
},
|
||||
"errorMessageCanceled": {
|
||||
"message": "Action canceled or denied.",
|
||||
"description": "Action canceled or denied."
|
||||
},
|
||||
"errorMessageEncrypt": {
|
||||
"message": "Cannot encrypt message or public key not found. Is native messaging or support for your browser enabled in KeePassXC?",
|
||||
"description": "Cannot encrypt message or public key not found. Is native messaging or support for your browser enabled in KeePassXC?"
|
||||
"message": "Message encryption failed. Is KeePassXC running?",
|
||||
"description": "Message encryption failed. Is KeePassXC running?"
|
||||
},
|
||||
"errorMessageAssociate": {
|
||||
"message": "KeePassXC association failed, try again.",
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@
|
|||
</div>
|
||||
|
||||
<div id="configured-and-associated" style="display: none">
|
||||
<span data-i18n="popupConfiguredAndAssociated" i18n-placeholder="<span class='bg-success' id='associated-identifier'></span>"></span>
|
||||
<p data-i18n="popupConfiguredAndAssociated" i18n-placeholder="<span class='bg-success' id='associated-identifier'></span>"></p>
|
||||
<div style="text-align: right">
|
||||
<button id="redetect-fields-button" class="btn btn-sm btn-primary"><span class="glyphicon glyphicon-list-alt"></span> <span data-i18n="popupRedetectButton"/></button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue