mirror of https://github.com/Chocobozzz/PeerTube
More visible registration request message
parent
29fc2db3a2
commit
371f08cbaf
|
@ -1,5 +1,11 @@
|
|||
<my-instance-banner class="d-block mb-4" rounded="true"></my-instance-banner>
|
||||
|
||||
<p class="alert pt-alert-primary text-center" *ngIf="requiresApproval">
|
||||
<ng-container i18n>Moderators of {{ instanceName }} will have to approve your registration request once you have finished to fill the form.</ng-container>
|
||||
|
||||
<ng-container *ngIf="averageResponseTime" i18n>They usually respond within {{ averageResponseTime | myDaysDurationFormatter }}.</ng-container>
|
||||
</p>
|
||||
|
||||
<div class="why">
|
||||
<h3 i18n>Why creating an account?</h3>
|
||||
|
||||
|
@ -15,12 +21,6 @@
|
|||
<li i18n>Have access to your <strong>watch history</strong></li>
|
||||
<li *ngIf="!videoUploadDisabled" i18n>Create your channel to <strong>publish videos</strong></li>
|
||||
</ul>
|
||||
|
||||
<p *ngIf="requiresApproval" i18n>
|
||||
Moderators of {{ instanceName }} will have to approve your registration request once you have finished to fill the form.
|
||||
|
||||
<ng-container *ngIf="averageResponseTime">They usually respond within {{ averageResponseTime | myDaysDurationFormatter }}.</ng-container>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
|
|
Loading…
Reference in New Issue