From 71f2c3e8cd0a795236edaf7754fb2820fc7c9845 Mon Sep 17 00:00:00 2001 From: Antonin Tritz <45083857+TritzA@users.noreply.github.com> Date: Mon, 14 Jun 2021 16:59:33 -0400 Subject: [PATCH] English mistake correction Change "Enable Auto-fill On Page Load" to "Enable Auto-fill on Page Load". The word "on" should not be capitalize on title because it is a preposition. Source : https://www.grammarly.com/blog/capitalization-in-the-titles/ --- src/_locales/en/messages.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json index 8309ae412f..3f949d3e67 100644 --- a/src/_locales/en/messages.json +++ b/src/_locales/en/messages.json @@ -896,7 +896,7 @@ "message": "The environment URLs have been saved." }, "enableAutoFillOnPageLoad": { - "message": "Enable Auto-fill On Page Load" + "message": "Enable Auto-fill on Page Load" }, "enableAutoFillOnPageLoadDesc": { "message": "If a login form is detected, automatically perform an auto-fill when the web page loads." @@ -908,10 +908,10 @@ "message": "Default autofill setting for login items" }, "defaultAutoFillOnPageLoadDesc": { - "message": "After enabling Auto-fill On Page Load, you can enable or disable the feature for individual login items. This is the default setting for login items that are not separately configured." + "message": "After enabling Auto-fill on Page Load, you can enable or disable the feature for individual login items. This is the default setting for login items that are not separately configured." }, "itemAutoFillOnPageLoad": { - "message": "Auto-fill On Page Load (if enabled in Options)" + "message": "Auto-fill on Page Load (if enabled in Options)" }, "autoFillOnPageLoadUseDefault": { "message": "Use default setting"