1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 13:53:34 +00:00

[EC-280] Update policies page content (#3059)

* Changed policies dialog “enabled” checkboxes title to “Turn on”

* Changed policies “Enabled” badge text to “On”

* Moved master password reset policy up to 3rd row

* Changed the wording on the Single-Sign-On page

* Updated policies page content

* Master-password component now uses new title text

* Two-factor-auth component now uses new title text

* Updated personal-ownership model checkbox text

* Updated texts for send options policy

* Updated the single-sign-on policy description
This commit is contained in:
Rui Tomé
2022-07-11 11:24:02 +01:00
committed by GitHub
parent 9347b13a76
commit ab8af657c6
16 changed files with 56 additions and 46 deletions

View File

@@ -7,6 +7,6 @@
[formControl]="enabled"
name="Enabled"
/>
<label class="form-check-label" for="enabled">{{ "enabled" | i18n }}</label>
<label class="form-check-label" for="enabled">{{ "turnOn" | i18n }}</label>
</div>
</div>

View File

@@ -11,7 +11,7 @@
[formControl]="enabled"
name="Enabled"
/>
<label class="form-check-label" for="enabled">{{ "enabled" | i18n }}</label>
<label class="form-check-label" for="enabled">{{ "turnOn" | i18n }}</label>
</div>
</div>