From 751d70a973a5dd3ebb04188c684e34e629928ee1 Mon Sep 17 00:00:00 2001 From: pospyra Date: Wed, 30 Aug 2023 15:38:04 +0300 Subject: [PATCH] removed colons after field name --- .../app/modules/login/sign-up-page/sign-up.component.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/app/modules/login/sign-up-page/sign-up.component.html b/frontend/src/app/modules/login/sign-up-page/sign-up.component.html index fa82167e5..1bde546c9 100644 --- a/frontend/src/app/modules/login/sign-up-page/sign-up.component.html +++ b/frontend/src/app/modules/login/sign-up-page/sign-up.component.html @@ -10,14 +10,14 @@ [InputType]="'email'" [Identifier]="'email'" [Width]="'100%'" - [InputLabel]="'Email:'" + [InputLabel]="'Email'" [InputPlaceholder]="'Enter your email'" (InputValueChange)="registrationForm.controls['email'].setValue($event)"> @@ -25,7 +25,7 @@ [InputType]="'password'" [Identifier]="'password'" [Width]="'100%'" - [InputLabel]="'Password:'" + [InputLabel]="'Password'" [InputPlaceholder]="'●●●●●●'" (InputValueChange)="registrationForm.controls['password'].setValue($event)">