diff options
author | Ms Kimsible <kimsible@users.noreply.github.com> | 2021-08-27 15:07:25 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2021-08-30 09:24:36 +0200 |
commit | 94b13cf4b3e245a3594193f1fa59f2333aedb19e (patch) | |
tree | 8c8ce01b725ee26bcc1df3da11b51e8a09dd7413 | |
parent | e3c9ea722629a7d2b5656299ea51aec8c903b8ae (diff) | |
download | PeerTube-94b13cf4b3e245a3594193f1fa59f2333aedb19e.tar.gz PeerTube-94b13cf4b3e245a3594193f1fa59f2333aedb19e.tar.zst PeerTube-94b13cf4b3e245a3594193f1fa59f2333aedb19e.zip |
Add account setup message to welcome alert after signup
-rw-r--r-- | client/src/app/+signup/shared/signup-success.component.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/app/+signup/shared/signup-success.component.html b/client/src/app/+signup/shared/signup-success.component.html index 6ee118cd1..d66e8b568 100644 --- a/client/src/app/+signup/shared/signup-success.component.html +++ b/client/src/app/+signup/shared/signup-success.component.html | |||
@@ -13,4 +13,8 @@ | |||
13 | <p i18n> | 13 | <p i18n> |
14 | If you need help to use PeerTube, you can have a look at the <a href="https://docs.joinpeertube.org/use-setup-account" target="_blank" rel="noopener noreferrer">documentation</a>. | 14 | If you need help to use PeerTube, you can have a look at the <a href="https://docs.joinpeertube.org/use-setup-account" target="_blank" rel="noopener noreferrer">documentation</a>. |
15 | </p> | 15 | </p> |
16 | |||
17 | <p i18n> | ||
18 | To help moderators and other users to know <strong>who you are</strong>, don't forget to <a routerLink="/my-account/settings">set up your account profile</a> by adding an <strong>avatar</strong> and a <strong>description</strong>. | ||
19 | </p> | ||
16 | </div> | 20 | </div> |