]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/lib/emails/contact-form/html.pug
Add new plugin/peertube version notifs
[github/Chocobozzz/PeerTube.git] / server / lib / emails / contact-form / html.pug
index 0073ff78e27091951665e9173e99974135dad8cd..5a24fa6f118abd247a80dda7009a29dce569a0d8 100644 (file)
@@ -4,6 +4,6 @@ block title
   | Someone just used the contact form
 
 block content
-  p #{fromName} sent you a message via the contact form on #[a(href=WEBSERVER.URL) #{WEBSERVER.HOST}]:
+  p #{fromName} sent you a message via the contact form on #[a(href=WEBSERVER.URL) #{instanceName}]:
   blockquote(style='white-space: pre-wrap') #{body}
   p You can contact them at #[a(href=`mailto:${fromEmail}`) #{fromEmail}], or simply reply to this email to get in touch.
\ No newline at end of file