diff options
author | Yarden Shoham <hrsi88@gmail.com> | 2023-01-10 11:43:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-10 17:43:54 +0800 |
commit | 3b804ff76cdafa2ba9fce559269116aeb25a84c8 (patch) | |
tree | 41134881461abecf6ab1b51aa9f35738aaa48ee2 /options | |
parent | 50f67d7e38581fbecc8d36605d5607239e11d305 (diff) | |
download | gitea-3b804ff76cdafa2ba9fce559269116aeb25a84c8.tar.gz gitea-3b804ff76cdafa2ba9fce559269116aeb25a84c8.zip |
Fix "remember this device" case (#22388)
In the title case, it should be "Remember This Device"
Signed-off-by: Yarden Shoham <hrsi88@gmail.com>
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index ddc0ee25d5..a7ed770640 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -302,7 +302,7 @@ social_register_helper_msg = Already have an account? Link it now! disable_register_prompt = Registration is disabled. Please contact your site administrator. disable_register_mail = Email confirmation for registration is disabled. manual_activation_only = Contact your site administrator to complete activation. -remember_me = Remember this Device +remember_me = Remember This Device forgot_password_title= Forgot Password forgot_password = Forgot password? sign_up_now = Need an account? Register now. |