Skip to content

Commit 7a9f23a

Browse files
committed
Use localized string in create-user-component.html
1 parent 4d9a6fb commit 7a9f23a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h4 class="modal-title">
7878
<div class="form-group form-float">
7979
<div class="form-line">
8080
<input id="confirmpassword" type="password" name="ConfirmPassword" class="validate form-control" [(ngModel)]="user.confirmPassword" equalTo="#password" data-msg-equalto="Please enter the same password again." required maxlength="32">
81-
<label for="confirmpassword" class="form-label">Confirm Password</label>
81+
<label for="confirmpassword" class="form-label">{{l("ConfirmPassword")}}</label>
8282
</div>
8383
</div>
8484
</div>

0 commit comments

Comments
 (0)