From adfce264a689f26d59842efbdbbbd5842ca21516 Mon Sep 17 00:00:00 2001 From: Sarah Lewis <280882+bookchiq@users.noreply.github.com> Date: Wed, 8 Nov 2023 21:41:03 -0800 Subject: [PATCH] Improve grammar within sign-up flow (#6026) * Update signup-success-after-email.component.html * Update signup-success-before-email.component.html --- .../shared/signup-success-after-email.component.html | 4 ++-- .../shared/signup-success-before-email.component.html | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/client/src/app/+signup/shared/signup-success-after-email.component.html b/client/src/app/+signup/shared/signup-success-after-email.component.html index 683e55525..886a6fac0 100644 --- a/client/src/app/+signup/shared/signup-success-after-email.component.html +++ b/client/src/app/+signup/shared/signup-success-after-email.component.html @@ -7,7 +7,7 @@
Your email has been verified and your account request has been sent!
- 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.
@@ -15,7 +15,7 @@Your email has been verified and your account has been created!
- If you need help to use PeerTube, you can have a look at the documentation. + If you need help using PeerTube, you can have a look at the documentation.
diff --git a/client/src/app/+signup/shared/signup-success-before-email.component.html b/client/src/app/+signup/shared/signup-success-before-email.component.html index 8e2494b65..69e71017c 100644 --- a/client/src/app/+signup/shared/signup-success-before-email.component.html +++ b/client/src/app/+signup/shared/signup-success-before-email.component.html @@ -15,21 +15,21 @@- Check your emails to validate your account and complete your registration request. + Check your email to validate your account and complete your registration request.
- Check your emails to validate your account and complete your registration. + Check your email to validate your account and complete your registration.
- 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.
- If you need help to use PeerTube, you can have a look at the documentation. + If you need help using PeerTube, you can have a look at the documentation.