1
0
Fork 0

More visible registration request message

This commit is contained in:
Chocobozzz 2024-03-07 08:57:58 +01:00
parent 29fc2db3a2
commit 371f08cbaf
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 6 additions and 6 deletions

View File

@ -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>