Skip to content

Commit

Permalink
manager: smoother planet status (fixes #7609) (#7613)
Browse files Browse the repository at this point in the history
Co-authored-by: dogi <[email protected]>
  • Loading branch information
jessewashburn and dogi authored Oct 18, 2024
1 parent be9a229 commit 3b1f11c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "planet",
"license": "AGPL-3.0",
"version": "0.14.92",
"version": "0.14.93",
"myplanet": {
"latest": "v0.20.42",
"min": "v0.19.42"
"latest": "v0.20.47",
"min": "v0.19.47"
},
"scripts": {
"ng": "ng",
Expand Down
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 3b1f11c

Please sign in to comment.