Skip to content

Commit

Permalink
Update manager-dashboard.component.html
Browse files Browse the repository at this point in the history
added the word yet
  • Loading branch information
jessewashburn authored Oct 17, 2024
1 parent 71edb47 commit a9f88b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/manager-dashboard/manager-dashboard.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ <h3 i18n *ngIf="showParentList">{{ planetType === 'community' ? 'Nation' : 'Cent
</ng-container>
<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 been accepted by { planetType, select, community {nation} nation {center}}</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 a9f88b0

Please sign in to comment.