From 7e09f80ee359db8edf87a8d85fc4245a7f270c8b Mon Sep 17 00:00:00 2001 From: Avelino <thiago@avelino.xxx> Date: Fri, 2 Dec 2016 03:09:46 -0200 Subject: [PATCH] Fixed project name on repo template mail --- templates/mail/issue/comment.tmpl | 2 +- templates/mail/issue/mention.tmpl | 2 +- templates/mail/notify/collaborator.tmpl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/mail/issue/comment.tmpl b/templates/mail/issue/comment.tmpl index 5dabb51950..cc86addaf0 100644 --- a/templates/mail/issue/comment.tmpl +++ b/templates/mail/issue/comment.tmpl @@ -10,7 +10,7 @@ <p> --- <br> - <a href="{{.Link}}">View it on Gogs</a>. + <a href="{{.Link}}">View it on Gitea</a>. </p> </body> </html> diff --git a/templates/mail/issue/mention.tmpl b/templates/mail/issue/mention.tmpl index e88b9abf0a..032eea053d 100644 --- a/templates/mail/issue/mention.tmpl +++ b/templates/mail/issue/mention.tmpl @@ -11,7 +11,7 @@ <p> --- <br> - <a href="{{.Link}}">View it on Gogs</a>. + <a href="{{.Link}}">View it on Gitea</a>. </p> </body> </html> diff --git a/templates/mail/notify/collaborator.tmpl b/templates/mail/notify/collaborator.tmpl index 63d5637183..4bbf40bbc4 100644 --- a/templates/mail/notify/collaborator.tmpl +++ b/templates/mail/notify/collaborator.tmpl @@ -10,7 +10,7 @@ <p> --- <br> - <a href="{{.Link}}">View it on Gogs</a>. + <a href="{{.Link}}">View it on Gitea</a>. </p> </body> </html>