summaryrefslogtreecommitdiffstats
path: root/templates/mail/issue
diff options
context:
space:
mode:
Diffstat (limited to 'templates/mail/issue')
-rw-r--r--templates/mail/issue/comment.tmpl2
-rw-r--r--templates/mail/issue/mention.tmpl2
2 files changed, 2 insertions, 2 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>