From bbc7bb58516d1223640899447ba4d4c97245197d Mon Sep 17 00:00:00 2001 From: Vitalii Bedletskyi <70570504+VitaliiBedletskyi@users.noreply.github.com> Date: Wed, 29 Jan 2025 12:59:09 +0200 Subject: [PATCH] HCK-9720 HCK-9721: change file filter name and name of containers in selection window (#50) * HCK-9720: change file filter name * HCK-9720: rename container in object selection modal window --- forward_engineering/config.json | 2 +- localization/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/forward_engineering/config.json b/forward_engineering/config.json index b834be4..acfa47e 100644 --- a/forward_engineering/config.json +++ b/forward_engineering/config.json @@ -1,6 +1,6 @@ { "extension": "graphql", - "filterName": "application/graphql", + "filterName": "GraphQL Schema File", "namePrefix": "GraphQL Schema", "hasUpdateScript": false, "validation": true, diff --git a/localization/en.json b/localization/en.json index 2215bfa..95698bb 100644 --- a/localization/en.json +++ b/localization/en.json @@ -95,7 +95,7 @@ "MODAL_WINDOW___CONTAIN_BUCKETS": "operations", "MODAL_WINDOW___CONTAIN_COLLECTIONS": "requests", "MODAL_WINDOW___CONTAIN_BUCKET": "operations", - "MODAL_WINDOW___CONTAIN_COLLECTION": "request", + "MODAL_WINDOW___CONTAIN_COLLECTION": "graph", "MODAL_WINDOW___DB_CONNECTION_PROCESS": "REST Reverse-Engineering Process", "MODAL_WINDOW___DB_CONNECTIONS_LIST_TITLE": "REST Connections", "PROGRESS_BAR___DATABASE": "Operation",