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:
parent
915e2bbb97
commit
2e4b8ae485
11 changed files with 18 additions and 17 deletions
|
@ -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).
|
Loading…
Add table
Add a link
Reference in a new issue