1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 10:49:28 +02:00

emailer: use instance name instead of hostname

This commit is contained in:
kontrollanten 2020-12-11 00:10:37 +01:00 committed by Chocobozzz
parent 915e2bbb97
commit 2e4b8ae485
11 changed files with 18 additions and 17 deletions

View file

@ -5,6 +5,6 @@ block title
block content
p.
Welcome to #[a(href=WEBSERVER.URL) #{WEBSERVER.HOST}], your PeerTube instance. Your username is: #{username}.
Welcome to #[a(href=WEBSERVER.URL) #{instanceName}], your PeerTube instance. 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).