diff options
author | Avelino <thiago@avelino.xxx> | 2016-12-02 03:09:46 -0200 |
---|---|---|
committer | Kim "BKC" Carlbäcker <kim.carlbacker@gmail.com> | 2016-12-02 07:46:31 +0100 |
commit | 7e09f80ee359db8edf87a8d85fc4245a7f270c8b (patch) | |
tree | 47dc7bfe246f0de390e5e4701c3420cd0df217d8 /templates/mail/issue/comment.tmpl | |
parent | baf60bf6036423991b43615a4c35bb3d6b4819cf (diff) | |
download | gitea-7e09f80ee359db8edf87a8d85fc4245a7f270c8b.tar.gz gitea-7e09f80ee359db8edf87a8d85fc4245a7f270c8b.zip |
Fixed project name on repo template mail
Diffstat (limited to 'templates/mail/issue/comment.tmpl')
-rw-r--r-- | templates/mail/issue/comment.tmpl | 2 |
1 files changed, 1 insertions, 1 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> |