]> git.openstreetmap.org Git - rails.git/commitdiff
Merge pull request #4488 from AntonKhorev/no-login-label-colons
authorAndy Allan <git@gravitystorm.co.uk>
Fri, 19 Jan 2024 16:41:03 +0000 (16:41 +0000)
committerGitHub <noreply@github.com>
Fri, 19 Jan 2024 16:41:03 +0000 (16:41 +0000)
Remove ":" from login form input labels

config/locales/en.yml

index 6620c594f47942d98e99e39e133d1f34eb270475..a2347d4bc66c2cdfc1aca343218014fe66241679 100644 (file)
@@ -1753,7 +1753,7 @@ en:
     new:
       title: "Lost password"
       heading: "Forgotten Password?"
-      email address: "Email Address:"
+      email address: "Email Address"
       new password button: "Reset password"
       help_text: "Enter the email address you used to sign up, we will send a link to it that you can use to reset your password."
     create:
@@ -1811,8 +1811,8 @@ en:
     new:
       title: "Login"
       heading: "Login"
-      email or username: "Email Address or Username:"
-      password: "Password:"
+      email or username: "Email Address or Username"
+      password: "Password"
       openid_html: "%{logo} OpenID:"
       remember: "Remember me"
       lost password link: "Lost your password?"