1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 17:53:39 +00:00

[Exemption] Updated policy messages (#692)

* Updated mesages // added callout for require sso

* removed unused string

* updated strings - futureproofing
This commit is contained in:
Vincent Salucci
2020-11-10 09:53:57 -06:00
committed by GitHub
parent 94aece134c
commit 407032114e
2 changed files with 13 additions and 5 deletions

View File

@@ -21,9 +21,14 @@
icon="fa-warning">
{{'singleOrgPolicyWarning' | i18n}}
</app-callout>
<app-callout type="tip" title="{{'prerequisite' | i18n}}" *ngIf="type === policyType.RequireSso">
{{'requireSsoPolicyReq' | i18n}}
</app-callout>
<ng-container *ngIf="type === policyType.RequireSso">
<app-callout type="tip" title="{{'prerequisite' | i18n}}">
{{'requireSsoPolicyReq' | i18n}}
</app-callout>
<app-callout type="warning">
{{'requireSsoExemption' | i18n}}
</app-callout>
</ng-container>
<div class="form-group">
<div class="form-check">
<input class="form-check-input" type="checkbox" id="enabled" [(ngModel)]="enabled"