Skip to content

Commit 50ba084

Browse files
Jaker YangMarkLogic Builder
authored andcommitted
DHFPROD-6975: (appended) updates to system info download messages
1 parent 7d7ea3e commit 50ba084

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

marklogic-data-hub-central/ui/src/components/header/system-info.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ describe("Update data load settings component", () => {
5454
expect(getByText("Download Project Files")).toBeInTheDocument();
5555
expect(getByTestId("clearData")).toBeInTheDocument();
5656
expect(getByText("Download a zip file containing only artifacts (models, steps, and flows) that were created or modified through Hub Central. You can apply these files to an existing local project.")).toBeInTheDocument();
57-
expect(getByText("Download a zip file containing all Data Hub project files (project configurations) and artifacts (models, steps, step definitions, flows, and modules) that were created or modified through Hub Central. You can use these files to set up the project locally and check them into a version control system.")).toBeInTheDocument();
57+
expect(getByText("Download a zip file containing all Data Hub project files (project configurations) and artifacts (models, steps, and flows) that were created or modified through Hub Central. You can use these files to set up the project locally and check them into a version control system.")).toBeInTheDocument();
5858
expect(getByText("Delete all user data in the STAGING, FINAL, and JOBS databases. Project files and artifacts remain.")).toBeInTheDocument();
5959
expect(getByTestId("downloadProjectFiles")).toBeDisabled();
6060
expect(getByTestId("downloadHubCentralFiles")).toBeDisabled();

marklogic-data-hub-central/ui/src/config/messages.config.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const ConfirmYesNoMessages = {
2323

2424
const SystemInfoMessages = {
2525
downloadHubCentralFiles: "Download a zip file containing only artifacts (models, steps, and flows) that were created or modified through Hub Central. You can apply these files to an existing local project.",
26-
downloadProjectFiles: "Download a zip file containing all Data Hub project files (project configurations) and artifacts (models, steps, step definitions, flows, and modules) that were created or modified through Hub Central. You can use these files to set up the project locally and check them into a version control system.",
26+
downloadProjectFiles: "Download a zip file containing all Data Hub project files (project configurations) and artifacts (models, steps, and flows) that were created or modified through Hub Central. You can use these files to set up the project locally and check them into a version control system.",
2727
clearAllUserData: "Delete all user data in the STAGING, FINAL, and JOBS databases. Project files and artifacts remain."
2828
}
2929

0 commit comments

Comments
 (0)