Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc-browser.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarjolintu <sami.vanttinen@protonmail.com>2019-05-09 08:45:47 +0300
committervarjolintu <sami.vanttinen@protonmail.com>2019-05-09 08:51:50 +0300
commitc523897b4a73c544028e1db3faf09a8f31069f99 (patch)
treeb448acd9283dc9a1d95cf352401d1a373b13301a /keepassxc-browser/_locales/en/messages.json
parentd7a49c675e6e4f7957db9034df22f988416138f1 (diff)
Support for displaying expired credentials
Diffstat (limited to 'keepassxc-browser/_locales/en/messages.json')
-rw-r--r--keepassxc-browser/_locales/en/messages.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/keepassxc-browser/_locales/en/messages.json b/keepassxc-browser/_locales/en/messages.json
index 3414f7f..9536225 100644
--- a/keepassxc-browser/_locales/en/messages.json
+++ b/keepassxc-browser/_locales/en/messages.json
@@ -239,6 +239,10 @@
"message": "Error: No credentials for the given username found.",
"description": "Alert message when no credentials are found for the given username."
},
+ "credentialExpired": {
+ "message": "Expired",
+ "description": "If a credential is expired, this is appended to the title label."
+ },
"fieldsFill": {
"message": "Error: Cannot find fields to fill in.",
"description": "Alert message when no fields are found to fill in."