diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json index 1fe52cfd2f..19897dc039 100644 --- a/src/_locales/en/messages.json +++ b/src/_locales/en/messages.json @@ -47,6 +47,10 @@ "message": "The master password is the password you use to access your vault. It is very important that you do not forget your master password. There is no way to recover the password in the event that you forget it.", "description": "The master password is the password you use to access your vault. It is very important that you do not forget your master password. There is no way to recover the password in the event that you forget it." }, + "masterPassHintDesc": { + "message": "A master password hint can help you remember your password if you forget it.", + "description": "A master password hint can help you remember your password if you forget it." + }, "reTypeMasterPass": { "message": "Re-type Master Password", "description": "Re-type Master Password" @@ -359,6 +363,10 @@ "message": "Rate the Extension", "description": "Rate the Extension" }, + "rateExtensionDesc": { + "message": "Please consider helping us out with a good review!", + "description": "Please consider helping us out with a good review!" + }, "browserNotSupportClipboard": { "message": "Your web browser does not support easy clipboard copying. Copy it manually instead.", "description": "Your web browser does not support easy clipboard copying. Copy it manually instead." diff --git a/src/popup/app/services/i18nService.js b/src/popup/app/services/i18nService.js index 46763acf3b..bc796f66ba 100644 --- a/src/popup/app/services/i18nService.js +++ b/src/popup/app/services/i18nService.js @@ -87,7 +87,10 @@ angular launchWebsite: chrome.i18n.getMessage("launchWebsite"), website: chrome.i18n.getMessage("website"), togglePassword: chrome.i18n.getMessage("togglePassword"), + manage: chrome.i18n.getMessage("manage"), + other: chrome.i18n.getMessage("other"), rateExtension: chrome.i18n.getMessage("rateExtension"), + rateExtensionDesc: chrome.i18n.getMessage("rateExtensionDesc"), browserNotSupportClipboard: chrome.i18n.getMessage("browserNotSupportClipboard") }; }); diff --git a/src/popup/app/settings/views/settings.html b/src/popup/app/settings/views/settings.html index 92e5f58286..c6561f96ed 100644 --- a/src/popup/app/settings/views/settings.html +++ b/src/popup/app/settings/views/settings.html @@ -58,11 +58,9 @@ - diff --git a/src/popup/app/tools/views/toolsPasswordGenerator.html b/src/popup/app/tools/views/toolsPasswordGenerator.html index db2d23ade2..b0a675ab5c 100644 --- a/src/popup/app/tools/views/toolsPasswordGenerator.html +++ b/src/popup/app/tools/views/toolsPasswordGenerator.html @@ -60,7 +60,7 @@ ng-change="saveOptions(options)">
- +