Merge pull request #392 from keepassxreboot/error_messages

Clearer error messages
This commit is contained in:
Sami Vänttinen 2019-01-25 17:05:58 +02:00 committed by GitHub
commit 7bc6dfcf08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -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.",

View file

@ -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>