diff --git a/templates/emails/close_issue.html b/templates/emails/close_issue.html
index 59a5557..a0cc2ac 100644
--- a/templates/emails/close_issue.html
+++ b/templates/emails/close_issue.html
@@ -1,4 +1,4 @@
Issue closed.
--
-You can see the issue on PonyTracker: {{ uri }}
+Issue on PonyTracker: {{ uri }}
diff --git a/templates/emails/new_issue.html b/templates/emails/new_issue.html
index 9bae6b8..5b0a21b 100644
--- a/templates/emails/new_issue.html
+++ b/templates/emails/new_issue.html
@@ -5,4 +5,4 @@
{% endif %}
--
-Comment it on PonyTracker: {{ uri }}
+Comment on PonyTracker: {{ uri }}
diff --git a/templates/emails/reopen_issue.html b/templates/emails/reopen_issue.html
index 96d8a94..8b7c593 100644
--- a/templates/emails/reopen_issue.html
+++ b/templates/emails/reopen_issue.html
@@ -1,4 +1,4 @@
Issue reopened.
--
-You can see the issue on PonyTracker: {{ uri }}
+Issue on PonyTracker: {{ uri }}