mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 17:23:37 +00:00
[Policy] Personal Ownership banner (#1523)
* Initial commit of ownership banner * updated capitlization
This commit is contained in:
@@ -1434,5 +1434,8 @@
|
|||||||
},
|
},
|
||||||
"personalOwnershipSubmitError": {
|
"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."
|
"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>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
<content *ngIf="cipher">
|
<content *ngIf="cipher">
|
||||||
|
<app-callout type="info" *ngIf="allowOwnershipOptions() && !allowPersonal">
|
||||||
|
{{'personalOwnershipPolicyInEffect' | i18n}}
|
||||||
|
</app-callout>
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<div class="box-header">
|
<div class="box-header">
|
||||||
{{'itemInformation' | i18n}}
|
{{'itemInformation' | i18n}}
|
||||||
|
|||||||
Reference in New Issue
Block a user