diff options
author | Unknwon <u@gogs.io> | 2015-09-16 15:34:46 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-09-16 15:34:46 -0400 |
commit | 2729eb998c8f18c2445269009b18048e0b2f4742 (patch) | |
tree | abfbb572e6f5a5e6c536365ab02b80627fae0d00 /templates/user/auth/activate.tmpl | |
parent | b003b187883ea50c10b709ca97c26ecf1d9631bb (diff) | |
download | gitea-2729eb998c8f18c2445269009b18048e0b2f4742.tar.gz gitea-2729eb998c8f18c2445269009b18048e0b2f4742.zip |
#1646 and other minor fixes
Diffstat (limited to 'templates/user/auth/activate.tmpl')
-rw-r--r-- | templates/user/auth/activate.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/auth/activate.tmpl b/templates/user/auth/activate.tmpl index b4dbb2e206..724f6b5078 100644 --- a/templates/user/auth/activate.tmpl +++ b/templates/user/auth/activate.tmpl @@ -23,7 +23,7 @@ <p>{{.i18n.Tr "auth.confirmation_mail_sent_prompt" .Email .Hours | Str2html}}</p> <hr/> <label></label> - <a class="btn btn-green btn-large btn-link btn-radius" href="http://{{Mail2Domain .Email}}">{{.i18n.Tr "auth.sign_in_email"}}</a> + <a class="btn btn-green btn-large btn-link btn-radius" href="http://{{Mail2Domain .Email}}">{{.i18n.Tr "auth.sign_in_to_account"}}</a> {{else if .IsActivateFailed}} <p>{{.i18n.Tr "auth.invalid_code"}}</p> {{else}} |