diff options
author | DontUseGithub <57924087+DontUseGithub@users.noreply.github.com> | 2020-02-03 01:32:27 +0200 |
---|---|---|
committer | Rigel Kent <par@rigelk.eu> | 2020-02-03 15:47:36 +0100 |
commit | ebd8ff645795fd0322eab0bb7be35c9f578aac37 (patch) | |
tree | ef60d088ff4bd0719c62fb5615513459e1dbcdc1 /client | |
parent | abb3097e814af0f22477aea68310e85671230942 (diff) | |
download | PeerTube-ebd8ff645795fd0322eab0bb7be35c9f578aac37.tar.gz PeerTube-ebd8ff645795fd0322eab0bb7be35c9f578aac37.tar.zst PeerTube-ebd8ff645795fd0322eab0bb7be35c9f578aac37.zip |
text rewording
> The username is a unique identifier of your account on this and all the other instances.
this is true if we consider "john@domain.com" as "an account". If by "an account" you only mean "john" then the text needs to be changed to something like:
> The username is a unique identifier of your account on this instances. Together with the domain name - it becomes unique across all instances.
In any case, English native speakers I'm open to suggestions on how to improve this :)
Diffstat (limited to 'client')
-rw-r--r-- | client/src/app/+signup/+register/register-step-user.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+signup/+register/register-step-user.component.html b/client/src/app/+signup/+register/register-step-user.component.html index a2a657660..da8f9f8de 100644 --- a/client/src/app/+signup/+register/register-step-user.component.html +++ b/client/src/app/+signup/+register/register-step-user.component.html | |||
@@ -29,7 +29,7 @@ | |||
29 | </div> | 29 | </div> |
30 | 30 | ||
31 | <div class="name-information" i18n> | 31 | <div class="name-information" i18n> |
32 | The username is a unique identifier of your account on this instance. It's like an address mail, so other people can find you. | 32 | The username is a unique identifier of your account on this and all the other instances. It's as unique as an email address, which makes it easy for other people to find it. |
33 | </div> | 33 | </div> |
34 | 34 | ||
35 | <div *ngIf="formErrors.username" class="form-error"> | 35 | <div *ngIf="formErrors.username" class="form-error"> |