]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+signup/+register/register-step-channel.component.html
Remove all checkboxes in issue templates
[github/Chocobozzz/PeerTube.git] / client / src / app / +signup / +register / register-step-channel.component.html
index 88ff6e3ff14177ef6c2ce75d15c4fb0ee8dfbd68..888e3245dc125fcee37641c78fece80798cdf15b 100644 (file)
         type="text" id="name" i18n-placeholder placeholder="Example: my_super_channel"
         formControlName="name" [ngClass]="{ 'input-error': formErrors['name'] }"
       >
-      <div class="input-group-append">
-        <span class="input-group-text">@{{ instanceHost }}</span>
-      </div>
+      <div class="input-group-text">@{{ instanceHost }}</div>
     </div>
 
     <div class="name-information" i18n>
-      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.
+      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 interact with it.
     </div>
 
     <div *ngIf="formErrors.name" class="form-error">
@@ -48,7 +46,7 @@
     </div>
 
     <div *ngIf="isSameThanUsername()" class="form-error" i18n>
-      Channel name cannot be the same than your account name. You can click on the first step to update your account name.
+      Channel name cannot be the same as your account name. You can click on the first step to update your account name.
     </div>
   </div>
 </form>