From 8af54375f3e36ae78d3308b4f71aab30f3b73549 Mon Sep 17 00:00:00 2001 From: Vincent Salucci <26154748+vincentsalucci@users.noreply.github.com> Date: Tue, 5 Jan 2021 17:34:00 -0600 Subject: [PATCH] [Policy] Personal Ownership banner (#1523) * Initial commit of ownership banner * updated capitlization --- src/_locales/en/messages.json | 3 +++ src/popup/vault/add-edit.component.html | 3 +++ 2 files changed, 6 insertions(+) diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json index c21743085f8..cdcbd647369 100644 --- a/src/_locales/en/messages.json +++ b/src/_locales/en/messages.json @@ -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." } } diff --git a/src/popup/vault/add-edit.component.html b/src/popup/vault/add-edit.component.html index c2961321b20..a94e8217dac 100644 --- a/src/popup/vault/add-edit.component.html +++ b/src/popup/vault/add-edit.component.html @@ -14,6 +14,9 @@ + + {{'personalOwnershipPolicyInEffect' | i18n}} +
{{'itemInformation' | i18n}}