mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-26 02:30:37 -06:00
Improve grammar within sign-up flow (#6026)
* Update signup-success-after-email.component.html * Update signup-success-before-email.component.html
This commit is contained in:
parent
7ca4de2d98
commit
adfce264a6
@ -7,7 +7,7 @@
|
||||
<p i18n>Your email has been verified and your account request has been sent!</p>
|
||||
|
||||
<p i18n>
|
||||
A moderator will check your registration request soon and you'll receive an email when it will be accepted or rejected.
|
||||
A moderator will check your registration request soon and you'll receive an email when it is accepted or rejected.
|
||||
</p>
|
||||
</ng-container>
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
<p i18n>Your email has been verified and your account has been created!</p>
|
||||
|
||||
<p i18n>
|
||||
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>.
|
||||
If you need help using 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>.
|
||||
</p>
|
||||
</ng-container>
|
||||
</div>
|
||||
|
@ -15,21 +15,21 @@
|
||||
|
||||
<ng-container *ngIf="requiresEmailVerification">
|
||||
<p i18n *ngIf="requiresApproval">
|
||||
<strong>Check your emails</strong> to validate your account and complete your registration request.
|
||||
<strong>Check your email</strong> to validate your account and complete your registration request.
|
||||
</p>
|
||||
|
||||
<p i18n *ngIf="!requiresApproval">
|
||||
<strong>Check your emails</strong> to validate your account and complete your registration.
|
||||
<strong>Check your email</strong> to validate your account and complete your registration.
|
||||
</p>
|
||||
</ng-container>
|
||||
|
||||
<ng-container *ngIf="!requiresEmailVerification">
|
||||
<p i18n *ngIf="requiresApproval">
|
||||
A moderator will check your registration request soon and you'll receive an email when it will be accepted or rejected.
|
||||
A moderator will check your registration request soon and you'll receive an email when it is accepted or rejected.
|
||||
</p>
|
||||
|
||||
<p *ngIf="!requiresApproval" i18n>
|
||||
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>.
|
||||
If you need help using 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>.
|
||||
</p>
|
||||
</ng-container>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user