From 4eaba994f220e6a0ba04e95a4b6660377727663e Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Fri, 19 Jan 2024 19:05:23 +0300 Subject: [PATCH] Remove ":" from login form input labels --- 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 ca22de9bd..dd7e80d05 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -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?" -- 2.39.5