aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+signup/+register/register-step-channel.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+signup/+register/register-step-channel.component.html')
-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 170c2964e..67f332409 100644
--- a/client/src/app/+signup/+register/register-step-channel.component.html
+++ b/client/src/app/+signup/+register/register-step-channel.component.html
@@ -48,7 +48,7 @@
48 </div> 48 </div>
49 49
50 <div *ngIf="isSameThanUsername()" class="form-error" i18n> 50 <div *ngIf="isSameThanUsername()" class="form-error" i18n>
51 Channel name cannot be the same than your account name. You can click on the first step to update your account name. 51 Channel name cannot be the same as your account name. You can click on the first step to update your account name.
52 </div> 52 </div>
53 </div> 53 </div>
54</form> 54</form>