diff options
author | Sandro Santilli <strk@kbt.io> | 2017-02-07 16:30:20 +0100 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-02-07 23:30:20 +0800 |
commit | ed096186a7065149f91a79bda87c07508b1c4a07 (patch) | |
tree | 9166a6ba7a9d6d93c8943d8f7be74d114df2b528 /templates/user | |
parent | 5fbab9737303223c6f607f91b692df9c78d2847c (diff) | |
download | gitea-ed096186a7065149f91a79bda87c07508b1c4a07.tar.gz gitea-ed096186a7065149f91a79bda87c07508b1c4a07.zip |
social_register_hepler_msg -> social_register_helper_msg (#855)
* social_register_hepler_msg -> social_register_helper_msg
* register_hepler_msg -> register_helper_msg
Diffstat (limited to 'templates/user')
-rw-r--r-- | templates/user/auth/signup.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/auth/signup.tmpl b/templates/user/auth/signup.tmpl index ca98302ed2..aeae4f957e 100644 --- a/templates/user/auth/signup.tmpl +++ b/templates/user/auth/signup.tmpl @@ -45,7 +45,7 @@ </div> <div class="inline field"> <label></label> - <a href="{{AppSubUrl}}/user/login">{{if .IsSocialLogin}}{{.i18n.Tr "auth.social_register_hepler_msg"}}{{else}}{{.i18n.Tr "auth.register_hepler_msg"}}{{end}}</a> + <a href="{{AppSubUrl}}/user/login">{{if .IsSocialLogin}}{{.i18n.Tr "auth.social_register_helper_msg"}}{{else}}{{.i18n.Tr "auth.register_helper_msg"}}{{end}}</a> </div> {{end}} </div> |