]> source.dussan.org Git - gitea.git/commitdiff
Fix copy in email templates (#2801)
authorArif <mmarif4u@gmail.com>
Sun, 29 Oct 2017 21:57:05 +0000 (05:57 +0800)
committerLauris BH <lauris@nix.lv>
Sun, 29 Oct 2017 21:57:05 +0000 (23:57 +0200)
templates/mail/auth/activate.tmpl
templates/mail/auth/reset_passwd.tmpl

index 5721199a2ef16cb34c56194b0e699d1e588d7743..ac552ca647475ad6befaf9fe74517d0fddde0739 100644 (file)
@@ -7,7 +7,7 @@
 
 <body>
        <p>Hi <b>{{.Username}}</b>, thanks for registering at {{AppName}}!</p>
-       <p>Please click the following link to verify your e-mail address within <b>{{.ActiveCodeLives}}</b>:</p>
+       <p>Please click the following link to activate your account within <b>{{.ActiveCodeLives}}</b>:</p>
        <p><a href="{{AppUrl}}user/activate?code={{.Code}}">{{AppUrl}}user/activate?code={{.Code}}</a></p>
        <p>Not working? Try copying and pasting it to your browser.</p>
        <p>© <a target="_blank" rel="noopener" href="{{AppUrl}}">{{AppName}}</a></p>
index ed51896b03d7563ea01903c20535ee6ef77a9d6b..ea233d8f5d8ef8dede797f682c3605005d58f8f8 100644 (file)
@@ -7,7 +7,7 @@
 
 <body>
        <p>Hi <b>{{.Username}}</b>,</p>
-       <p>Please click the following link to verify your email address within <b>{{.ResetPwdCodeLives}}</b>:</p>
+       <p>Please click the following link to reset your password within <b>{{.ResetPwdCodeLives}}</b>:</p>
        <p><a href="{{AppUrl}}user/reset_password?code={{.Code}}">{{AppUrl}}user/reset_password?code={{.Code}}</a></p>
        <p>Not working? Try copying and pasting it to your browser.</p>
        <p>© <a target="_blank" rel="noopener" href="{{AppUrl}}">{{AppName}}</a></p>