1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-21 18:53:29 +00:00

preferences and menu bar labels for mac

This commit is contained in:
Kyle Spearrin
2019-06-01 22:02:16 -04:00
parent 270588fdbc
commit 2bb71e6af1
4 changed files with 18 additions and 3 deletions

View File

@@ -53,10 +53,10 @@
<label for="enableTray">
<input id="enableTray" type="checkbox" name="EnableTray" [(ngModel)]="enableTray"
(change)="saveTray()">
{{'enableTray' | i18n}}
{{enableTrayText}}
</label>
</div>
<small class="help-block">{{'enableTrayDesc' | i18n}}</small>
<small class="help-block">{{enableTrayDescText}}</small>
</div>
<div class="form-group" *ngIf="showMinToTray">
<div class="checkbox">