From 40c52969f731b9102d4b33c4f5a80bfbbc651894 Mon Sep 17 00:00:00 2001
From: kontrollanten <6680299+kontrollanten@users.noreply.github.com>
Date: Fri, 11 Dec 2020 00:13:12 +0100
Subject: emails: remove hardcoded PeerTube names

---
 server/lib/emails/password-create/html.pug | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'server/lib/emails/password-create')

diff --git a/server/lib/emails/password-create/html.pug b/server/lib/emails/password-create/html.pug
index 2061435fc..afa30ae97 100644
--- a/server/lib/emails/password-create/html.pug
+++ b/server/lib/emails/password-create/html.pug
@@ -5,6 +5,6 @@ block title
 
 block content
   p.
-    Welcome to #[a(href=WEBSERVER.URL) #{instanceName}], your PeerTube instance. Your username is: #{username}.
+    Welcome to #[a(href=WEBSERVER.URL) #{instanceName}]. Your username is: #{username}.
     Please set your password by following #[a(href=createPasswordUrl) this link]: #[a(href=createPasswordUrl) #{createPasswordUrl}] 
     (this link will expire within seven days).
\ No newline at end of file
-- 
cgit v1.2.3