From d341c867b9024601ddb5f8d2643c572a67bfba86 Mon Sep 17 00:00:00 2001 From: Rudy Flores <68666202+rudyflores@users.noreply.github.com> Date: Wed, 29 Nov 2023 13:01:05 -0500 Subject: [PATCH] run prepublish Signed-off-by: Rudy Flores <68666202+rudyflores@users.noreply.github.com> --- .../i18n/sample/src/utils/ProfileManagement.i18n.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/zowe-explorer/i18n/sample/src/utils/ProfileManagement.i18n.json b/packages/zowe-explorer/i18n/sample/src/utils/ProfileManagement.i18n.json index 986da68bd8..79b2dd6a84 100644 --- a/packages/zowe-explorer/i18n/sample/src/utils/ProfileManagement.i18n.json +++ b/packages/zowe-explorer/i18n/sample/src/utils/ProfileManagement.i18n.json @@ -1,13 +1,13 @@ { - "profiles.operation.cancelled": "Operation Cancelled", - "qpPlaceholders.qp.basic": "Profile {0} is using basic authentication. Choose a profile action.", - "qpPlaceholders.qp.token": "Profile {0} is using token authentication. Choose a profile action.", - "qpPlaceholders.qp.choose": "Profile {0} doesn't specify an authentication method. Choose a profile action.", "ProfileManagement.getPromptChangeForAllTreesOptions.allLbl": "Yes", "ProfileManagement.getPromptChangeForAllTreesOptions.allDesc": "Apply to all trees", "ProfileManagement.getPromptChangeForAllTreesOptions.currentLbl": "No", "ProfileManagement.getPromptChangeForAllTreesOptions.currentDesc": "Apply to current tree selected", "ProfileManagement.promptChangeForAllTrees.howToChange": "Do you wish to apply this for all trees?", + "profiles.operation.cancelled": "Operation Cancelled", + "qpPlaceholders.qp.basic": "Profile {0} is using basic authentication. Choose a profile action.", + "qpPlaceholders.qp.token": "Profile {0} is using token authentication. Choose a profile action.", + "qpPlaceholders.qp.choose": "Profile {0} doesn't specify an authentication method. Choose a profile action.", "ProfileManagement.handleHideProfiles.cancelled": "Operation Cancelled", "addBasicAuthQpItem.addCredentials.qpLabel": "$(plus) Add Credentials", "addBasicAuthQpItem.addCredentials.qpDetail": "Add username and password for basic authentication",