1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-06-25 10:26:00 +02:00

[SSO/Auto Enroll] Fixed typo for banner (#1083)

This commit is contained in:
Vincent Salucci 2021-09-16 23:09:23 -05:00 committed by Vincent Salucci
parent c2ecd5d9f9
commit f0484623e5

View File

@ -10,7 +10,7 @@
<div class="box">
<app-callout type="tip">{{'ssoCompleteRegistration' | i18n}}</app-callout>
<app-callout type="warning" title="{{'resetPasswordPolicyAutoEnroll' | i18n}}"
*ngIf="resetPassswordAutoEnroll">
*ngIf="resetPasswordAutoEnroll">
{{'resetPasswordAutoEnrollInviteWarning' | i18n}}
</app-callout>
<app-callout type="info" [enforcedPolicyOptions]="enforcedPolicyOptions" *ngIf="enforcedPolicyOptions">