From d33adc9959970afccdbc1d8da367dd72056a3d14 Mon Sep 17 00:00:00 2001 From: Billie Simmons <49491949+JillieBeanSim@users.noreply.github.com> Date: Wed, 5 Jul 2023 12:36:10 -0400 Subject: [PATCH] run prepublish Signed-off-by: Billie Simmons <49491949+JillieBeanSim@users.noreply.github.com> --- .../i18n/sample/src/dataset/ZoweDatasetNode.i18n.json | 3 +-- .../zowe-explorer/i18n/sample/src/uss/ZoweUSSNode.i18n.json | 1 - .../i18n/sample/src/utils/ProfilesUtils.i18n.json | 4 ++-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/packages/zowe-explorer/i18n/sample/src/dataset/ZoweDatasetNode.i18n.json b/packages/zowe-explorer/i18n/sample/src/dataset/ZoweDatasetNode.i18n.json index 5eab50b035..09bc31ab37 100644 --- a/packages/zowe-explorer/i18n/sample/src/dataset/ZoweDatasetNode.i18n.json +++ b/packages/zowe-explorer/i18n/sample/src/dataset/ZoweDatasetNode.i18n.json @@ -2,6 +2,5 @@ "getChildren.search": "Use the search button to display data sets", "getChildren.error.invalidNode": "Invalid node", "getChildren.responses.error": "The response from Zowe CLI was not successful", - "getChildren.noDataset": "No data sets found", - "getChildren.error.response": "Retrieving response from " + "getChildren.noDataset": "No data sets found" } diff --git a/packages/zowe-explorer/i18n/sample/src/uss/ZoweUSSNode.i18n.json b/packages/zowe-explorer/i18n/sample/src/uss/ZoweUSSNode.i18n.json index 2a913569b2..452365b2f9 100644 --- a/packages/zowe-explorer/i18n/sample/src/uss/ZoweUSSNode.i18n.json +++ b/packages/zowe-explorer/i18n/sample/src/uss/ZoweUSSNode.i18n.json @@ -1,6 +1,5 @@ { "getChildren.error.invalidNode": "Invalid node", - "getChildren.error.response": "Retrieving response from ", "getChildren.responses.error.response": "The response from Zowe CLI was not successful", "getChildren.responses.open": "Open", "deleteUssPrompt.deleteCancelled": "Delete action was cancelled.", diff --git a/packages/zowe-explorer/i18n/sample/src/utils/ProfilesUtils.i18n.json b/packages/zowe-explorer/i18n/sample/src/utils/ProfilesUtils.i18n.json index a6a18f8474..f0f1bab56f 100644 --- a/packages/zowe-explorer/i18n/sample/src/utils/ProfilesUtils.i18n.json +++ b/packages/zowe-explorer/i18n/sample/src/utils/ProfilesUtils.i18n.json @@ -1,10 +1,10 @@ { - "errorHandling.invalid.host": "Required parameter 'host' must not be blank.", - "errorHandling.invalid.credentials": "Invalid Credentials. Please ensure the username and password for {0} are valid or this may lead to a lock-out.", "errorHandling.invalid.token": "Your connection is no longer active. Please log in to an authentication service to restore the connection.", "errorHandling.authentication.login": "Log in to Authentication Service", + "errorHandling.invalid.credentials": "Invalid Credentials. Please ensure the username and password for {0} are valid or this may lead to a lock-out.", "errorHandling.updateCredentials.button": "Update Credentials", "errorHandling.checkCredentials.cancelled": "Operation Cancelled", + "errorHandling.invalid.host": "Required parameter 'host' must not be blank.", "activateCredentialManagerOverride.failedToActivate": "Custom credential manager failed to activate", "ProfilesUtils.getProfileInfo.usingCustom": "Custom credential manager found, attempting to activate.", "ProfilesUtils.getProfileInfo.usingDefault": "No custom credential managers found, using the default instead.",