From 6c3e38279e219b390e79d31fe8b5c78f053a4e88 Mon Sep 17 00:00:00 2001 From: aribeiro Date: Thu, 2 Jul 2020 14:42:40 +0100 Subject: Add substitution filter UI support Issue-ID: SDC-3195 Signed-off-by: aribeiro Change-Id: Idc6301a1ab7442f8d2d59931abf0a0741cc8e410 --- catalog-ui/src/assets/languages/en_US.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'catalog-ui/src/assets/languages/en_US.json') diff --git a/catalog-ui/src/assets/languages/en_US.json b/catalog-ui/src/assets/languages/en_US.json index adf5ebedcf..cdd580cec6 100644 --- a/catalog-ui/src/assets/languages/en_US.json +++ b/catalog-ui/src/assets/languages/en_US.json @@ -510,6 +510,12 @@ "DIRECTIVES_AND_NODE_FILTER_UPDATE_TITLE": "Update Directives", "DIRECTIVES_AND_NODE_FILTER_UPDATE_TEXT": "Changing \"Directive Option\" will remove directives value and erase all the node filter. Are you sure you want to update directives?", + "============= SUBSTITUTION FILTER MANAGE TAB ======" : "", + "ADD_SUBSTITUTION_FILTER": "Add Substitution Filter", + "UPDATE_SUBSTITUTION_FILTER": "Update Substitution Filter", + "DELETE_SUBSTITUTION_FILTER": "Delete Substitution Filter", + "DELETE_SUBSTITUTION_FILTER_MSG": "Are you sure you want to delete this Substitution Filter?", + "============= COMPOSITION DETAILS TAB ======" : "", "DETAILS_TAB_CHANGE_VERSION_MODAL_TITLE": "Change Version", "DETAILS_TAB_CHANGE_VERSION_MODAL_MSG": "Are you sure you want to change the version?\nIt will affect Service-Consumption and Service-Dependencies data", -- cgit 1.2.3-korg