Skip to content

Commit

Permalink
Merge pull request #1120 from ORCID/fix-activation-label
Browse files Browse the repository at this point in the history
fix activation label
  • Loading branch information
bobcaprice authored Feb 12, 2024
2 parents 7400708 + 917a4e3 commit e578534
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 @@ -147,7 +147,7 @@ <h1 id="jhi-ms-user-heading" class="mt-5" i18n="@@gatewayApp.msUserServiceMSUser
class="btn btn-primary btn-sm ml-1"
>
<fa-icon [icon]="faCheckCircle"></fa-icon>
<span class="d-none d-md-inline" i18n="@@entity.action.activate.string">Activate</span>
<span class="d-none d-md-inline" i18n="@@entity.action.activate.string">Resend activation email</span>
</button>
</div>
</form>
Expand Down

0 comments on commit e578534

Please sign in to comment.