mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
[CST-5535] Fix labels
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<div *ngIf="(healthResponse | async) && (healthInfoResponse | async)">
|
||||
<ul ngbNav #nav="ngbNav" [activeId]="'status'" class="nav-tabs">
|
||||
<li [ngbNavItem]="'status'">
|
||||
<a ngbNavLink>{{'health-page.status' | translate}}</a>
|
||||
<a ngbNavLink>{{'health-page.status-tab' | translate}}</a>
|
||||
<ng-template ngbNavContent>
|
||||
<div id="status">
|
||||
<ds-health-panel [healthResponse]="(healthResponse | async)"></ds-health-panel>
|
||||
@@ -11,7 +11,7 @@
|
||||
</ng-template>
|
||||
</li>
|
||||
<li [ngbNavItem]="'info'">
|
||||
<a ngbNavLink>{{'health-page.info' | translate}}</a>
|
||||
<a ngbNavLink>{{'health-page.info-tab' | translate}}</a>
|
||||
<ng-template ngbNavContent>
|
||||
<div id="info">
|
||||
<ds-health-info [healthInfoResponse]="(healthInfoResponse | async)"></ds-health-info>
|
||||
|
@@ -1587,9 +1587,9 @@
|
||||
|
||||
"health-page.heading" : "Health",
|
||||
|
||||
"health-page.info" : "Info",
|
||||
"health-page.info-tab" : "Info",
|
||||
|
||||
"health-page.status" : "Status",
|
||||
"health-page.status-tab" : "Status",
|
||||
|
||||
"health-page.error.msg": "The health check service is temporarily unavailable",
|
||||
|
||||
@@ -1611,6 +1611,8 @@
|
||||
|
||||
"health-page.section-info.java.title": "Java",
|
||||
|
||||
"health-page.status": "Status",
|
||||
|
||||
"health-page.status.ok.info": "Operational",
|
||||
|
||||
"health-page.status.error.info": "Problems detected",
|
||||
|
Reference in New Issue
Block a user