]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+signup/shared/signup-success.component.html
Add signup approval API tests
[github/Chocobozzz/PeerTube.git] / client / src / app / +signup / shared / signup-success.component.html
CommitLineData
6f03f944
C
1<my-signup-step-title mascotImageName="success" i18n>
2 <strong>Welcome</strong>
3 <div>on {{ instanceName }}</div>
4</my-signup-step-title>
1d5342ab 5
6f03f944
C
6<div class="alert pt-alert-primary">
7 <p i18n>Your account has been created!</p>
1d5342ab 8
6f03f944
C
9 <p i18n *ngIf="requiresEmailVerification">
10 <strong>Check your emails</strong> to validate your account and complete your inscription.
b247a132 11 </p>
94b13cf4 12
6f03f944
C
13 <ng-container *ngIf="!requiresEmailVerification">
14 <p i18n>
15 If you need help to use PeerTube, you can have a look at the <a class="link-orange" href="https://docs.joinpeertube.org/use-setup-account" target="_blank" rel="noopener noreferrer">documentation</a>.
16 </p>
17
18 <p i18n>
19 To help moderators and other users to know <strong>who you are</strong>, don't forget to <a class="link-orange" routerLink="/my-account/settings">set up your account profile</a> by adding an <strong>avatar</strong> and a <strong>description</strong>.
20 </p>
21 </ng-container>
b247a132 22</div>