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

github.com/marius-wieschollek/passwords-webextension.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorM. Wieschollek <passwords.public@mdns.eu>2021-03-06 13:13:00 +0300
committerGitHub <noreply@github.com>2021-03-06 13:13:00 +0300
commitd17aadcb31ed5960416d341523386b87ff00cbbd (patch)
tree1b71d29b3acdc6394b5fc805058179e7f28b83da /src/platform/generic/_locales/en
parent0e4128033115cd601b8ce7d9129845c47c80d861 (diff)
parent32a8a134c95a75b76122e25faf314daa77c9ade0 (diff)
Merge pull request #159 from flo-mic/patch-username
Introduce "Show username next to title" option
Diffstat (limited to 'src/platform/generic/_locales/en')
-rw-r--r--src/platform/generic/_locales/en/messages.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/platform/generic/_locales/en/messages.json b/src/platform/generic/_locales/en/messages.json
index 975d2be..7fc932c 100644
--- a/src/platform/generic/_locales/en/messages.json
+++ b/src/platform/generic/_locales/en/messages.json
@@ -1274,5 +1274,9 @@
"InputSliderOff" : {
"message" : "Currently off",
"description" : "Tooltip of any slider input element that is currently in the inactive/disabled state"
+ },
+ "SettingsShowUsernameInList" : {
+ "message" : "Show username next to title",
+ "description": "Label of the setting in the extension settings to show the username next to the title in password lists."
}
}