From dcd1039215f23afbc9c939d64847ac8b0ad669c3 Mon Sep 17 00:00:00 2001 From: 0ko <0ko@noreply.codeberg.org> Date: Sun, 7 Jul 2024 14:40:50 +0500 Subject: [PATCH] i18n: fix strings related to sign in Improve localizability, clean up. --- options/locale/locale_en-US.ini | 5 ++--- templates/user/auth/signup_inner.tmpl | 3 +-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index cc8689af67..3f0121caf7 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -399,8 +399,6 @@ relevant_repositories = Only relevant repositories are being shown, Register now. +hint_login = Already have an account? Sign in now! +hint_register = Need an account? Register now. sign_up_button = Register now. sign_up_successful = Account was successfully created. Welcome! confirmation_mail_sent_prompt = A new confirmation email has been sent to %s. Please check your inbox within the next %s to complete the registration process. If the email is incorrect, you can log in, and request another confirmation email to be sent to a different address. diff --git a/templates/user/auth/signup_inner.tmpl b/templates/user/auth/signup_inner.tmpl index 08507e545d..db5991802a 100644 --- a/templates/user/auth/signup_inner.tmpl +++ b/templates/user/auth/signup_inner.tmpl @@ -57,8 +57,7 @@