From a6a0f7e6e236795f39c15929681917fbf0c6b6cd Mon Sep 17 00:00:00 2001 From: Jimmykhangnguyen Date: Sun, 9 Mar 2025 17:19:55 -0400 Subject: [PATCH 1/3] Fixed the grammatical mistake mentioned in Issue #5772 --- config/locales/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index ac6834aa0..1a7f01b2f 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -2752,7 +2752,7 @@ en: permissions: missing: "You have not permitted the application access to this facility" scopes: - openid: Sign-in using OpenStreetMap + openid: Sign in using OpenStreetMap read_prefs: Read user preferences write_prefs: Modify user preferences write_diary: Create diary entries and comments From 9b44996c365f4d489b50a0d44a397f5f82ecb52a Mon Sep 17 00:00:00 2001 From: Jimmykhangnguyen Date: Sun, 9 Mar 2025 17:19:55 -0400 Subject: [PATCH 2/3] Fixed the grammatical mistake regarding the hyphen in "sign-up" and "log-in" mentioned in Issue #5772 --- config/locales/en-GB.yml | 4 ++-- config/locales/en.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/locales/en-GB.yml b/config/locales/en-GB.yml index c3b958802..6b6ddfd5f 100644 --- a/config/locales/en-GB.yml +++ b/config/locales/en-GB.yml @@ -1583,9 +1583,9 @@ en-GB: cookies_needed: You appear to have cookies disabled - please enable cookies in your browser before continuing. setup_user_auth: - blocked: Your access to the API has been blocked. Please log-in to the web interface + blocked: Your access to the API has been blocked. Please log in to the web interface to find out more. - need_to_see_terms: Your access to the API is temporarily suspended. Please log-in + need_to_see_terms: Your access to the API is temporarily suspended. Please log in to the web interface to view the Contributor Terms. You do not need to agree, but you must view them. oauth: diff --git a/config/locales/en.yml b/config/locales/en.yml index ac6834aa0..c965716d8 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -2698,8 +2698,8 @@ en: cookies_needed: "You appear to have cookies disabled - please enable cookies in your browser before continuing." setup_user_auth: blocked_zero_hour: "You have an urgent message on the OpenStreetMap website. You need to read the message before you will be able to save your edits." - blocked: "Your access to the API has been blocked. Please log-in to the web interface to find out more." - need_to_see_terms: "Your access to the API is temporarily suspended. Please log-in to the web interface to view the Contributor Terms. You do not need to agree, but you must view them." + blocked: "Your access to the API has been blocked. Please log in to the web interface to find out more." + need_to_see_terms: "Your access to the API is temporarily suspended. Please log in to the web interface to view the Contributor Terms. You do not need to agree, but you must view them." settings_menu: account_settings: Account Settings oauth2_applications: OAuth 2 Applications @@ -2752,7 +2752,7 @@ en: permissions: missing: "You have not permitted the application access to this facility" scopes: - openid: Sign-in using OpenStreetMap + openid: Sign in using OpenStreetMap read_prefs: Read user preferences write_prefs: Modify user preferences write_diary: Create diary entries and comments From ae999db12fd14f444a82e43145b3fdd5e36c5460 Mon Sep 17 00:00:00 2001 From: Ngoc Phuc Khang Nguyen <83119806+Jimmykhangnguyen@users.noreply.github.com> Date: Mon, 10 Mar 2025 14:41:23 -0400 Subject: [PATCH 3/3] Revert grammatical changes to "log-in" in en-GB.yml --- config/locales/en-GB.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/locales/en-GB.yml b/config/locales/en-GB.yml index 6b6ddfd5f..c3b958802 100644 --- a/config/locales/en-GB.yml +++ b/config/locales/en-GB.yml @@ -1583,9 +1583,9 @@ en-GB: cookies_needed: You appear to have cookies disabled - please enable cookies in your browser before continuing. setup_user_auth: - blocked: Your access to the API has been blocked. Please log in to the web interface + blocked: Your access to the API has been blocked. Please log-in to the web interface to find out more. - need_to_see_terms: Your access to the API is temporarily suspended. Please log in + need_to_see_terms: Your access to the API is temporarily suspended. Please log-in to the web interface to view the Contributor Terms. You do not need to agree, but you must view them. oauth: