Skip to content

Commit

Permalink
run prepublish
Browse files Browse the repository at this point in the history
Signed-off-by: Billie Simmons <[email protected]>
  • Loading branch information
JillieBeanSim committed Jul 5, 2023
1 parent 108575d commit d33adc9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down

0 comments on commit d33adc9

Please sign in to comment.