From 769e3438a7a4f14b837647b3061b2c326fd718b3 Mon Sep 17 00:00:00 2001 From: Marlon Gaethje Date: Wed, 22 Nov 2023 14:44:01 +0100 Subject: [PATCH] project cloning UI: added policyViolation option Signed-off-by: Marlon Gaethje --- src/i18n/locales/en.json | 1 + .../portfolio/projects/ProjectAddVersionModal.vue | 10 ++++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json index 0c208edde..81eee0e60 100644 --- a/src/i18n/locales/en.json +++ b/src/i18n/locales/en.json @@ -125,6 +125,7 @@ "include_services": "Include services", "include_audit_history": "Include audit history", "include_acl": "Include access control list", + "include_policy_violations": "Include Policy Violations", "project_cloning_in_progress": "The project is being created with the cloning options specified", "vulnerability": "Vulnerability", "analysis": "Analysis", diff --git a/src/views/portfolio/projects/ProjectAddVersionModal.vue b/src/views/portfolio/projects/ProjectAddVersionModal.vue index ca85e0745..f12d0bd71 100644 --- a/src/views/portfolio/projects/ProjectAddVersionModal.vue +++ b/src/views/portfolio/projects/ProjectAddVersionModal.vue @@ -26,6 +26,9 @@ {{ $t('message.include_acl') }} + {{ $t('message.include_policy_violations') }} +