mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-24 11:55:50 +01:00
Initial commit of ownership banner (#636)
This commit is contained in:
parent
81f3cec707
commit
0fee18bedb
@ -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."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user