Initial commit of ownership banner (#636)
This commit is contained in:
parent
81f3cec707
commit
0fee18bedb
|
@ -2,6 +2,9 @@
|
|||
<div class="content">
|
||||
<div class="inner-content" *ngIf="cipher">
|
||||
<div class="box">
|
||||
<app-callout type="info" *ngIf="allowOwnershipOptions() && !allowPersonal">
|
||||
{{'personalOwnershipPolicyInEffect' | i18n}}
|
||||
</app-callout>
|
||||
<div class="box-header">
|
||||
{{title}}
|
||||
</div>
|
||||
|
|
|
@ -1488,5 +1488,8 @@
|
|||
},
|
||||
"hintEqualsPassword": {
|
||||
"message": "Your password hint cannot be the same as your password."
|
||||
},
|
||||
"personalOwnershipPolicyInEffect": {
|
||||
"message": "An organization policy is affecting your ownership options."
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue