From bd60d8f7da79213f7313910c0283d5e887d9cafa Mon Sep 17 00:00:00 2001 From: Jimmykhangnguyen Date: Tue, 11 Mar 2025 09:53:49 -0400 Subject: [PATCH] Fixed the grammatical mistake regarding the hyphen in sign-up and log-in mentioned in Issue #5772 --- config/locales/en.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.5