mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
Initial commit of ownership banner (#636)
This commit is contained in:
@@ -2,6 +2,9 @@
|
|||||||
<div class="content">
|
<div class="content">
|
||||||
<div class="inner-content" *ngIf="cipher">
|
<div class="inner-content" *ngIf="cipher">
|
||||||
<div class="box">
|
<div class="box">
|
||||||
|
<app-callout type="info" *ngIf="allowOwnershipOptions() && !allowPersonal">
|
||||||
|
{{'personalOwnershipPolicyInEffect' | i18n}}
|
||||||
|
</app-callout>
|
||||||
<div class="box-header">
|
<div class="box-header">
|
||||||
{{title}}
|
{{title}}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1488,5 +1488,8 @@
|
|||||||
},
|
},
|
||||||
"hintEqualsPassword": {
|
"hintEqualsPassword": {
|
||||||
"message": "Your password hint cannot be the same as your password."
|
"message": "Your password hint cannot be the same as your password."
|
||||||
|
},
|
||||||
|
"personalOwnershipPolicyInEffect": {
|
||||||
|
"message": "An organization policy is affecting your ownership options."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user