Skip to content

Commit

Permalink
fix: Update placeholder text
Browse files Browse the repository at this point in the history
  • Loading branch information
mrv777 committed Sep 27, 2024
1 parent c7dd750 commit 0dff6f8
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
[ngClass]="{'pi-eye': !showWifiPassword, 'pi-eye-slash': showWifiPassword}"
(click)="toggleWifiPasswordVisibility()" style="cursor: pointer;"></i>
<input pInputText id="wifiPass" formControlName="wifiPass"
[type]="showWifiPassword ? 'text' : 'password'" />
[type]="showWifiPassword ? 'text' : 'password'"
placeholder="Enter WiFi password" />
</div>
</div>
<div class="field grid p-fluid">
Expand Down Expand Up @@ -55,7 +56,7 @@
(click)="toggleStratumPasswordVisibility()" style="cursor: pointer;"></i>
<input pInputText id="stratumPassword" formControlName="stratumPassword"
[type]="showStratumPassword ? 'text' : 'password'"
placeholder="Saved stratum password hidden" />
placeholder="Enter stratum password" />
</div>
</div>

Expand Down

0 comments on commit 0dff6f8

Please sign in to comment.