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:
authorflo-mic <florianmichel@hotmail.de>2021-03-20 11:22:24 +0300
committerflo-mic <florianmichel@hotmail.de>2021-03-20 11:22:24 +0300
commit7c878e58d7fbdc8c71bc870167f7bc0042ab9c28 (patch)
tree314970f501b161776daaa81a532859f1c9167453 /src/platform/generic/_locales/de/messages.json
parent9822eae9c449a69bd3e6d54080b3863a0399869d (diff)
add form field and fix issues on mined properties
Diffstat (limited to 'src/platform/generic/_locales/de/messages.json')
-rw-r--r--src/platform/generic/_locales/de/messages.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/platform/generic/_locales/de/messages.json b/src/platform/generic/_locales/de/messages.json
index c65d20d..5a8acb7 100644
--- a/src/platform/generic/_locales/de/messages.json
+++ b/src/platform/generic/_locales/de/messages.json
@@ -1359,6 +1359,10 @@
"message" : "Link",
"description": "Label of the password custom setting type 'url'."
},
+ "PasswordCustomFieldsTypeFormField" : {
+ "message" : "Form Feld",
+ "description": "Label of the password custom setting form field to insert custom values to a web page."
+ },
"PasswordEditInvalidValue" : {
"message" : "Ungültiger Wert",
"description": "Label of the password edit 'invalid value' message."