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:
-rw-r--r--package.json2
-rw-r--r--scripts/message-description-sync.mjs (renamed from scripts/sync-message-descriptions.mjs)0
-rw-r--r--src/platform/generic/_locales/en/messages.json2
3 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 15ac9f2..1a55ba3 100644
--- a/package.json
+++ b/package.json
@@ -9,7 +9,7 @@
"build:firefox": "webpack --env.production",
"build:chrome": "webpack --env.production --env.platform=chrome",
"adb:firefox": "which web-ext||sudo npm i -g web-ext;a=$(adb devices|tr -d '\\n');b=${a##*ed};c=${b%dev*};web-ext run -t firefox-android -s build --adb-device=${c} --firefox-apk=org.mozilla.firefox",
- "msg:desc:sync": "node --experimental-json-modules scripts/sync-message-descriptions.mjs"
+ "msg:desc:sync": "node --experimental-json-modules scripts/message-description-sync.mjs"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",
diff --git a/scripts/sync-message-descriptions.mjs b/scripts/message-description-sync.mjs
index ba1d94a..ba1d94a 100644
--- a/scripts/sync-message-descriptions.mjs
+++ b/scripts/message-description-sync.mjs
diff --git a/src/platform/generic/_locales/en/messages.json b/src/platform/generic/_locales/en/messages.json
index 07cd340..5046b26 100644
--- a/src/platform/generic/_locales/en/messages.json
+++ b/src/platform/generic/_locales/en/messages.json
@@ -92,7 +92,7 @@
"description": "Headline above the search section in the other settings tab in the extension settings"
},
"SettingsPopupRelatedSearch" : {
- "message" : "Search on type from \"Related\" tab",
+ "message" : "Start search when i type in \"Related\"",
"description": "Label of the setting in the extension settings to enable or disable switching to the search tab in the popup if the user types in the related passwords tab"
},
"AccountList" : {