Skip to content

Commit

Permalink
Merge pull request #1117 from ORCID/label-tweaks
Browse files Browse the repository at this point in the history
i18n related Label tweaks
  • Loading branch information
bobcaprice authored Feb 10, 2024
2 parents c497681 + 6e5f908 commit 426e6b5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ui/src/app/user/user-detail.component.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="row justify-content-center">
<div class="col-8">
<div *ngIf="user">
<h1 class="mt-5" i18n="@@gatewayApp.msUserServiceMSUser.detail.title.string">User Settings</h1>
<h1 class="mt-5" i18n="@@gatewayApp.msUserServiceMSUser.detail.title.string">User details</h1>
<hr />
<app-error-alert></app-error-alert>
<div class="row">
Expand Down Expand Up @@ -104,7 +104,7 @@ <h1 class="mt-5" i18n="@@gatewayApp.msUserServiceMSUser.detail.title.string">Use
</button>
<button *ngIf="!user.activated" type="button" (click)="sendActivate()" 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>
</div>
Expand Down
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 @@ -2,7 +2,7 @@
<div class="col-8">
<form name="editForm" role="form" novalidate [formGroup]="editForm">
<h1 id="jhi-ms-user-heading" class="mt-5" i18n="@@gatewayApp.msUserServiceMSUser.home.createOrEditLabel.string">
Create or edit a User Settings
Add or edit user
</h1>
<div>
<app-alert></app-alert>
Expand Down
2 changes: 1 addition & 1 deletion ui/src/app/user/users.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ <h1 id="page-heading" class="mt-3" i18n="@@gatewayApp.msUserServiceMSUser.home.t
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>
<button
type="submit"
Expand Down

0 comments on commit 426e6b5

Please sign in to comment.