From 2669579a6a24488c61d78b5f6fcc5b2f6f94b857 Mon Sep 17 00:00:00 2001 From: Jimmykhangnguyen Date: Sun, 9 Mar 2025 17:19:55 -0400 Subject: [PATCH] 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 2ce9afff9..b9d3d87d8 100644 --- a/config/locales/en-GB.yml +++ b/config/locales/en-GB.yml @@ -1585,9 +1585,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 04968211d..164e70c8d 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -2701,8 +2701,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 @@ -2755,7 +2755,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