mirror of
https://github.com/bitwarden/browser
synced 2026-02-13 06:54:07 +00:00
* 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
17 lines
372 B
HTML
17 lines
372 B
HTML
<app-callout type="warning">
|
|
{{ "disableSendExemption" | i18n }}
|
|
</app-callout>
|
|
|
|
<div class="form-group">
|
|
<div class="form-check">
|
|
<input
|
|
class="form-check-input"
|
|
type="checkbox"
|
|
id="enabled"
|
|
[formControl]="enabled"
|
|
name="Enabled"
|
|
/>
|
|
<label class="form-check-label" for="enabled">{{ "turnOn" | i18n }}</label>
|
|
</div>
|
|
</div>
|