diff options
author | Unknown <joe2010xtmf@163.com> | 2014-04-21 02:24:39 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-04-21 02:24:39 -0400 |
commit | 11a28428def8394e647c6c69014092db5c5937be (patch) | |
tree | 45de0cfa4d043fa6c6cda0e258deb6339dc53665 | |
parent | ea29a9b84631b03ee2f60ffa85fd9e402ceaf8a4 (diff) | |
parent | 7b91dfeb017dcb361c35290cf8adcded71a64f47 (diff) | |
download | gitea-11a28428def8394e647c6c69014092db5c5937be.tar.gz gitea-11a28428def8394e647c6c69014092db5c5937be.zip |
Merge branch 'master' of github.com:gogits/gogs
-rw-r--r-- | templates/user/reset_passwd.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/reset_passwd.tmpl b/templates/user/reset_passwd.tmpl index e65c43d5d9..a2a5ca9ece 100644 --- a/templates/user/reset_passwd.tmpl +++ b/templates/user/reset_passwd.tmpl @@ -19,7 +19,7 @@ </div> </div> {{else}} - <p>Sorry, your confirmation code has exipired or is not valid.</p> + <p>Sorry, your confirmation code has expired or is not valid.</p> {{end}} </form> </div> |