mirror of
https://github.com/bitwarden/browser
synced 2024-12-17 20:04:06 +01:00
[SSO/Auto Enroll] Fixed typo for banner (#1194)
This commit is contained in:
parent
ebb945a0c4
commit
eaba23d4ba
@ -10,7 +10,7 @@
|
||||
<div class="card-body" *ngIf="!syncLoading">
|
||||
<app-callout type="info">{{'ssoCompleteRegistration' | i18n}}</app-callout>
|
||||
<app-callout type="warning" title="{{'resetPasswordPolicyAutoEnroll' | i18n}}"
|
||||
*ngIf="resetPassswordAutoEnroll">
|
||||
*ngIf="resetPasswordAutoEnroll">
|
||||
{{'resetPasswordAutoEnrollInviteWarning' | i18n}}
|
||||
</app-callout>
|
||||
<div class="form-group">
|
||||
|
Loading…
Reference in New Issue
Block a user