mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
[Policy] Personal Ownership banner (#1523)
* Initial commit of ownership banner * updated capitlization
This commit is contained in:
@@ -1434,5 +1434,8 @@
|
||||
},
|
||||
"personalOwnershipSubmitError": {
|
||||
"message": "Due to an Enterprise Policy, you are restricted from saving items to your personal vault. Change the Ownership option to an organization and choose from available Collections."
|
||||
},
|
||||
"personalOwnershipPolicyInEffect": {
|
||||
"message": "An organization policy is affecting your ownership options."
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,6 +14,9 @@
|
||||
</div>
|
||||
</header>
|
||||
<content *ngIf="cipher">
|
||||
<app-callout type="info" *ngIf="allowOwnershipOptions() && !allowPersonal">
|
||||
{{'personalOwnershipPolicyInEffect' | i18n}}
|
||||
</app-callout>
|
||||
<div class="box">
|
||||
<div class="box-header">
|
||||
{{'itemInformation' | i18n}}
|
||||
|
||||
Reference in New Issue
Block a user