aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src
diff options
context:
space:
mode:
authorDontUseGithub <57924087+DontUseGithub@users.noreply.github.com>2020-02-03 01:34:21 +0200
committerRigel Kent <par@rigelk.eu>2020-02-03 16:09:44 +0100
commit1bd4d4eb18f70f831e621405ce851dd84750d0ee (patch)
tree9040acc4eb0ba4a4f739132926dfa8cb7cb839b4 /client/src
parentebd8ff645795fd0322eab0bb7be35c9f578aac37 (diff)
downloadPeerTube-1bd4d4eb18f70f831e621405ce851dd84750d0ee.tar.gz
PeerTube-1bd4d4eb18f70f831e621405ce851dd84750d0ee.tar.zst
PeerTube-1bd4d4eb18f70f831e621405ce851dd84750d0ee.zip
text rewording (2)
> The channel name is a unique identifier of your channel on this and all the other instances. this is true if we consider "cats@domain.com" as "a channel". If by "a channel" you only mean "cats" then the text needs to be changed to something like: > The channel name is a unique identifier of your channel on this instance. 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/src')
-rw-r--r--client/src/app/+signup/+register/register-step-channel.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+signup/+register/register-step-channel.component.html b/client/src/app/+signup/+register/register-step-channel.component.html
index 88ff6e3ff..5f9fd7164 100644
--- a/client/src/app/+signup/+register/register-step-channel.component.html
+++ b/client/src/app/+signup/+register/register-step-channel.component.html
@@ -40,7 +40,7 @@
40 </div> 40 </div>
41 41
42 <div class="name-information" i18n> 42 <div class="name-information" i18n>
43 The channel name is a unique identifier of your channel on this instance. It's like an address mail, so other people can find your channel. 43 The channel name is a unique identifier of your channel 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.
44 </div> 44 </div>
45 45
46 <div *ngIf="formErrors.name" class="form-error"> 46 <div *ngIf="formErrors.name" class="form-error">