diff options
author | twitchyliquid64 <twitchyliquid64@ciphersink.net> | 2014-04-20 16:54:26 +1000 |
---|---|---|
committer | twitchyliquid64 <twitchyliquid64@ciphersink.net> | 2014-04-20 16:54:26 +1000 |
commit | d304a237870d391db057b14b6df4224c172c205b (patch) | |
tree | ea43269c04777cd575d487d989809dba5c3ecd6a /templates/mail | |
parent | 5fdfc2e223a6b3ba381f2261e373120ac02b7ef5 (diff) | |
download | gitea-d304a237870d391db057b14b6df4224c172c205b.tar.gz gitea-d304a237870d391db057b14b6df4224c172c205b.zip |
Corrected grammar and spelling mistakes in templates. Normalizing to American English.
Diffstat (limited to 'templates/mail')
-rw-r--r-- | templates/mail/auth/active_email.tmpl | 6 | ||||
-rw-r--r-- | templates/mail/auth/register_success.tmpl | 8 | ||||
-rw-r--r-- | templates/mail/auth/reset_passwd.tmpl | 6 |
3 files changed, 10 insertions, 10 deletions
diff --git a/templates/mail/auth/active_email.tmpl b/templates/mail/auth/active_email.tmpl index c04ddc8a30..72d9948bd4 100644 --- a/templates/mail/auth/active_email.tmpl +++ b/templates/mail/auth/active_email.tmpl @@ -15,11 +15,11 @@ Hi <span style="color: #00BFFF;">{{.User.Name}}</span>, </div> <div style="font-size:14px; padding:0 15px;"> - <p style="margin:0;padding:0 0 9px 0;">Please click following link to verify your e-mail address within <b>{{.ActiveCodeLives}} hours</b>.</p> + <p style="margin:0;padding:0 0 9px 0;">Please click the following link to verify your e-mail address within <b>{{.ActiveCodeLives}} hours</b>.</p> <p style="margin:0;padding:0 0 9px 0;"> <a href="{{.AppUrl}}user/activate?code={{.Code}}">{{.AppUrl}}user/activate?code={{.Code}}</a> </p> - <p style="margin:0;padding:0 0 9px 0;">Copy and paste it to your browser if the link is not working.</p> + <p style="margin:0;padding:0 0 9px 0;">Not working? Try copying and pasting it to your browser.</p> </div> </div> </div> @@ -30,4 +30,4 @@ </div> </div> </body> -</html>
\ No newline at end of file +</html> diff --git a/templates/mail/auth/register_success.tmpl b/templates/mail/auth/register_success.tmpl index 0a69280847..ffbe2c9732 100644 --- a/templates/mail/auth/register_success.tmpl +++ b/templates/mail/auth/register_success.tmpl @@ -12,14 +12,14 @@ <h1 style="font-size:20px; padding:10px 0 20px; margin:0; border-bottom:1px solid #ddd;"><img src="{{.AppUrl}}/{{.AppLogo}}" style="height: 32px; margin-bottom: -10px;"> <a style="color:#333;text-decoration:none;" target="_blank" href="{{.AppUrl}}">{{.AppName}}</a></h1> <div style="padding:40px 15px;"> <div style="font-size:16px; padding-bottom:30px; font-weight:bold;"> - Hi <span style="color: #00BFFF;">{{.User.Name}}</span>, welcome to register {{.AppName}}! + Hi <span style="color: #00BFFF;">{{.User.Name}}</span>, this is your registration email for {{.AppName}}! </div> <div style="font-size:14px; padding:0 15px;"> - <p style="margin:0;padding:0 0 9px 0;">Please click following link to verify your e-mail address within <b>{{.ActiveCodeLives}} hours</b>.</p> + <p style="margin:0;padding:0 0 9px 0;">Please click the following link to verify your e-mail address within <b>{{.ActiveCodeLives}} hours</b>.</p> <p style="margin:0;padding:0 0 9px 0;"> <a href="{{.AppUrl}}user/activate?code={{.Code}}">{{.AppUrl}}user/activate?code={{.Code}}</a> </p> - <p style="margin:0;padding:0 0 9px 0;">Copy and paste it to your browser if the link is not working.</p> + <p style="margin:0;padding:0 0 9px 0;">Not working? Try copying and pasting it to your browser.</p> </div> </div> </div> @@ -30,4 +30,4 @@ </div> </div> </body> -</html>
\ No newline at end of file +</html> diff --git a/templates/mail/auth/reset_passwd.tmpl b/templates/mail/auth/reset_passwd.tmpl index 11861f4e20..c85fc61798 100644 --- a/templates/mail/auth/reset_passwd.tmpl +++ b/templates/mail/auth/reset_passwd.tmpl @@ -15,11 +15,11 @@ Hi <span style="color: #00BFFF;">{{.User.Name}}</span>, </div> <div style="font-size:14px; padding:0 15px;"> - <p style="margin:0;padding:0 0 9px 0;">Please click following link to reset your password within <b>{{.ActiveCodeLives}} hours</b>.</p> + <p style="margin:0;padding:0 0 9px 0;">Please click the following link to reset your password within <b>{{.ActiveCodeLives}} hours</b>.</p> <p style="margin:0;padding:0 0 9px 0;"> <a href="{{.AppUrl}}user/reset_password?code={{.Code}}">{{.AppUrl}}user/reset_password?code={{.Code}}</a> </p> - <p style="margin:0;padding:0 0 9px 0;">Copy and paste it to your browser if the link is not working.</p> + <p style="margin:0;padding:0 0 9px 0;">Not working? Try copying and pasting it to your browser.</p> </div> </div> </div> @@ -30,4 +30,4 @@ </div> </div> </body> -</html>
\ No newline at end of file +</html> |