diff --git a/keepassxc-browser/_locales/en/messages.json b/keepassxc-browser/_locales/en/messages.json index 08e6b85..2bf3595 100644 --- a/keepassxc-browser/_locales/en/messages.json +++ b/keepassxc-browser/_locales/en/messages.json @@ -1004,28 +1004,28 @@ "description": "Error shown when trying to add a duplicate value to the list." }, "optionsUserInterfaceTitle": { - "message": "User interface", - "description": "User interface title in settings page" + "message": "User interface", + "description": "User interface title in settings page" }, "optionsFillingCredentialsTitle": { - "message": "Filling credentials", - "description": "Filling credentials title in settings page" + "message": "Filling credentials", + "description": "Filling credentials title in settings page" }, "optionsSavingCredentialsTitle": { - "message": "Saving credentials", - "description": "Saving credentials title in settings page" + "message": "Saving credentials", + "description": "Saving credentials title in settings page" }, "optionsUpdatesTitle": { - "message": "Updates", - "description": "Updates title in settings page" + "message": "Updates", + "description": "Updates title in settings page" }, "optionsAdvancedSettingsTitle": { - "message": "Advanced settings", - "description": "Advanced settings title in settings page" + "message": "Advanced settings", + "description": "Advanced settings title in settings page" }, "optionsExtensionTitle": { - "message": "Extension", - "description": "Extension title in settings page" + "message": "Extension", + "description": "Extension title in settings page" }, "openNewTab": { "message": "Opens a new tab", @@ -1038,5 +1038,9 @@ "autocompleteSubmitMessage": { "message": "Your selection will be auto-submitted", "description": "Message shown at the bottom of autocomplete menu." + }, + "lockDatabase": { + "message": "Lock database", + "description": "Lock database button title text." } } diff --git a/keepassxc-browser/popups/popup.html b/keepassxc-browser/popups/popup.html index 556ebc1..6ffa580 100644 --- a/keepassxc-browser/popups/popup.html +++ b/keepassxc-browser/popups/popup.html @@ -20,7 +20,7 @@