Skip to content

Commit

Permalink
Merge pull request #392 from keepassxreboot/error_messages
Browse files Browse the repository at this point in the history
Clearer error messages
  • Loading branch information
Sami Vänttinen committed Jan 25, 2019
2 parents ba020b2 + 4bf2ef9 commit 7bc6dfc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions keepassxc-browser/_locales/en/messages.json
Expand Up @@ -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.",
Expand Down
2 changes: 1 addition & 1 deletion keepassxc-browser/popups/popup.html
Expand Up @@ -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>
Expand Down

0 comments on commit 7bc6dfc

Please sign in to comment.