Skip to content

Commit 6d02c9b

Browse files
Thomas StrombergThomas Stromberg
authored andcommitted
simplify welcome email
1 parent 465a034 commit 6d02c9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

email/templates.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,9 @@ func (s *Sender) formatWelcomeBody(sub *notifier.Subscription, thread *notifier.
135135
b.WriteString("</div>\n")
136136

137137
b.WriteString("<div class=\"footer\">\n")
138-
b.WriteString(fmt.Sprintf("<a href=\"%s\">View thread on ADVRider</a>\n", escapeHTML(thread.ThreadURL)))
138+
b.WriteString(fmt.Sprintf("<a href=\"%s\">View thread</a>\n", escapeHTML(thread.ThreadURL)))
139139
b.WriteString(" &bull; \n")
140-
b.WriteString(fmt.Sprintf("<a href=\"%s\">Manage Subscriptions</a>\n", escapeHTML(manageURL)))
140+
b.WriteString(fmt.Sprintf("<a href=\"%s\">Manage</a>\n", escapeHTML(manageURL)))
141141
b.WriteString("</div>\n")
142142

143143
b.WriteString("</body>\n</html>")

0 commit comments

Comments
 (0)