mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-24 12:06:15 +01:00
[SSO/Auto Enroll] Fixed typo for banner (#1083)
This commit is contained in:
parent
c5461f82c1
commit
762c026b6f
@ -10,7 +10,7 @@
|
|||||||
<div class="box">
|
<div class="box">
|
||||||
<app-callout type="tip">{{'ssoCompleteRegistration' | i18n}}</app-callout>
|
<app-callout type="tip">{{'ssoCompleteRegistration' | i18n}}</app-callout>
|
||||||
<app-callout type="warning" title="{{'resetPasswordPolicyAutoEnroll' | i18n}}"
|
<app-callout type="warning" title="{{'resetPasswordPolicyAutoEnroll' | i18n}}"
|
||||||
*ngIf="resetPassswordAutoEnroll">
|
*ngIf="resetPasswordAutoEnroll">
|
||||||
{{'resetPasswordAutoEnrollInviteWarning' | i18n}}
|
{{'resetPasswordAutoEnrollInviteWarning' | i18n}}
|
||||||
</app-callout>
|
</app-callout>
|
||||||
<app-callout type="info" [enforcedPolicyOptions]="enforcedPolicyOptions" *ngIf="enforcedPolicyOptions">
|
<app-callout type="info" [enforcedPolicyOptions]="enforcedPolicyOptions" *ngIf="enforcedPolicyOptions">
|
||||||
|
Loading…
Reference in New Issue
Block a user