Skip to content

Commit d0302de

Browse files
jessewashburnMutugiiidogi
authored
manager: smoother myplanet pin (fixes #7920) (#8023)
Co-authored-by: mutugiii <mutugimutuma@gmail.com> Co-authored-by: dogi <dogi@users.noreply.github.com>
1 parent bb694af commit d0302de

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "planet",
33
"license": "AGPL-3.0",
4-
"version": "0.16.30",
4+
"version": "0.16.31",
55
"myplanet": {
6-
"latest": "v0.21.55",
7-
"min": "v0.20.55"
6+
"latest": "v0.21.58",
7+
"min": "v0.20.58"
88
},
99
"scripts": {
1010
"ng": "ng",

src/app/manager-dashboard/manager-dashboard.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ <h3 i18n *ngIf="showParentList">{{ planetType === 'community' ? 'Nation' : 'Cent
7575
<p *ngSwitchDefault i18n><b>Your request has not yet been accepted by { planetType, select, community {nation} nation {center}}</b></p>
7676
</ng-container>
7777
</div>
78-
<div *ngIf="pin"><span i18n>Your tablet pin number is:</span> <b class="pinClass">{{ ' ' + pin + ' ' }}</b>
78+
<div *ngIf="pin"><span i18n>myPlanet Server pin:</span> <b class="pinClass">{{ ' ' + pin + ' ' }}</b>
7979
<button mat-raised-button i18n (click)="resetPin()">Reset Pin</button>
8080
</div>
8181
</ng-container>

0 commit comments

Comments
 (0)