Skip to content

Commit

Permalink
fix email label
Browse files Browse the repository at this point in the history
  • Loading branch information
auumgn committed Feb 8, 2024
1 parent 66a014b commit 1efc479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/user/user-update.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h1 id="jhi-ms-user-heading" class="mt-5" i18n="@@gatewayApp.msUserServiceMSUser
</div>
<div class="form-group">
<label class="form-control-label" i18n="@@gatewayApp.msUserServiceMSUser.email.string" for="field_email"
>Login</label
>Email</label
>
<input type="text" class="form-control" name="email" id="field_email" formControlName="email" />
</div>
Expand Down

0 comments on commit 1efc479

Please sign in to comment.