Skip to content

Commit

Permalink
Merge branch 'master' into 7610-add-default-text-to-community-services
Browse files Browse the repository at this point in the history
  • Loading branch information
dogi authored Oct 22, 2024
2 parents 0ceb631 + 3b1f11c commit 00031a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/manager-dashboard/manager-dashboard.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ <h3 i18n *ngIf="showParentList">{{ planetType === 'community' ? 'Nation' : 'Cent
<a routerLink="resources" i18n mat-raised-button>List Resources</a>
<a routerLink="courses" i18n mat-raised-button>List Courses</a></span>
</ng-container>
<p *ngSwitchCase="'loading'" i18n>Checking request status...</p>
<p *ngSwitchCase="'deleted'" i18n>Your request has been rejected by { planetType, select, community {nation} nation {center}}. You can retry or contact { planetType, select, community {nation} nation {center}} planet.</p>
<p *ngSwitchDefault i18n>Your request has not been accepted by { planetType, select, community {nation} nation {center}}</p>
<p *ngSwitchCase="'loading'" i18n><b>Checking request status...</b></p>
<p *ngSwitchCase="'deleted'" i18n><b>Your request has been rejected by { planetType, select, community {nation} nation {center}}. You can retry or contact { planetType, select, community {nation} nation {center}} planet.</b></p>
<p *ngSwitchDefault i18n><b>Your request has not yet been accepted by { planetType, select, community {nation} nation {center}}</b></p>
</ng-container>
</div>
<div *ngIf="pin"><span i18n>Your tablet pin number is:</span> <b class="pinClass">{{ ' ' + pin + ' ' }}</b>
Expand Down

0 comments on commit 00031a9

Please sign in to comment.