Skip to content

Commit 30dd814

Browse files
authored
Merge pull request #2720 from devvaansh/WEB-354-wrong-markup-in-create-user-component-html
WEB-354 Wrong markup in create-user.component.html
2 parents 00da30b + faed927 commit 30dd814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/users/create-user/create-user.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<input matInput [required]="userForm.controls.sendPasswordToEmail.value" formControlName="email" />
1818
<mat-error *ngIf="userForm.controls.email.hasError('email')">
1919
{{ 'labels.inputs.Email' | translate }} {{ 'labels.commons.is' | translate }}
20-
<strong>{{"labels.commons.invalid' | translate}}</strong>
20+
<strong>{{ 'labels.commons.invalid' | translate }}</strong>
2121
</mat-error>
2222
<mat-error *ngIf="userForm.controls.email.hasError('required')">
2323
{{ 'labels.inputs.Email' | translate }} {{ 'labels.commons.is' | translate }}

0 commit comments

Comments
 (0)