Skip to content

Commit

Permalink
Change Authentication Msg (#3316)
Browse files Browse the repository at this point in the history
* Change Auth Msg

Signed-off-by: likhithanimma1 <[email protected]>

* Add Changelog

Signed-off-by: likhithanimma1 <[email protected]>

* run prepublish

Signed-off-by: Billie Simmons <[email protected]>

---------

Signed-off-by: likhithanimma1 <[email protected]>
Signed-off-by: Billie Simmons <[email protected]>
Co-authored-by: Billie Simmons <[email protected]>
  • Loading branch information
likhithanimma1 and JillieBeanSim authored Nov 14, 2024
1 parent fc799e3 commit f5ca8cc
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 48 deletions.
1 change: 1 addition & 0 deletions packages/zowe-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ All notable changes to the "vscode-extension-for-zowe" extension will be documen
- Fixed an issue where opening a PDS member after renaming an expanded PDS resulted in an error. [#3314](https://github.com/zowe/zowe-explorer-vscode/issues/3314)
- Fixed issue where users were not prompted to enter credentials if a 401 error was encountered when opening files, data sets or spools in the editor. [#3197](https://github.com/zowe/zowe-explorer-vscode/issues/3197)
- Fixed issue where profile credential updates or token changes were not reflected within the filesystem. [#3289](https://github.com/zowe/zowe-explorer-vscode/issues/3289)
- Fixed issue to update the success message when changing authentication from token to basic through the 'Change Authentication' option.

## `3.0.2`

Expand Down
74 changes: 37 additions & 37 deletions packages/zowe-explorer/l10n/bundle.l10n.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,42 @@
"Profile auth error": "Profile auth error",
"Profile is not authenticated, please log in to continue": "Profile is not authenticated, please log in to continue",
"Retrieving response from USS list API": "Retrieving response from USS list API",
"The 'move' function is not implemented for this USS API.": "The 'move' function is not implemented for this USS API.",
"Failed to move {0}/File path": {
"message": "Failed to move {0}",
"comment": [
"File path"
]
},
"Profile does not exist for this file.": "Profile does not exist for this file.",
"Saving USS file...": "Saving USS file...",
"Failed to rename {0}/File path": {
"message": "Failed to rename {0}",
"comment": [
"File path"
]
},
"Failed to delete {0}/File name": {
"message": "Failed to delete {0}",
"comment": [
"File name"
]
},
"No error details given": "No error details given",
"Error fetching destination {0} for paste action: {1}/USS pathError message": {
"message": "Error fetching destination {0} for paste action: {1}",
"comment": [
"USS path",
"Error message"
]
},
"Failed to copy {0} to {1}/Source pathDestination path": {
"message": "Failed to copy {0} to {1}",
"comment": [
"Source path",
"Destination path"
]
},
"Downloaded: {0}/Download time": {
"message": "Downloaded: {0}",
"comment": [
Expand Down Expand Up @@ -266,42 +302,6 @@
"initializeUSSFavorites.error.buttonRemove": "initializeUSSFavorites.error.buttonRemove",
"File does not exist. It may have been deleted.": "File does not exist. It may have been deleted.",
"Pulling from Mainframe...": "Pulling from Mainframe...",
"The 'move' function is not implemented for this USS API.": "The 'move' function is not implemented for this USS API.",
"Failed to move {0}/File path": {
"message": "Failed to move {0}",
"comment": [
"File path"
]
},
"Profile does not exist for this file.": "Profile does not exist for this file.",
"Saving USS file...": "Saving USS file...",
"Failed to rename {0}/File path": {
"message": "Failed to rename {0}",
"comment": [
"File path"
]
},
"Failed to delete {0}/File name": {
"message": "Failed to delete {0}",
"comment": [
"File name"
]
},
"No error details given": "No error details given",
"Error fetching destination {0} for paste action: {1}/USS pathError message": {
"message": "Error fetching destination {0} for paste action: {1}",
"comment": [
"USS path",
"Error message"
]
},
"Failed to copy {0} to {1}/Source pathDestination path": {
"message": "Failed to copy {0} to {1}",
"comment": [
"Source path",
"Destination path"
]
},
"{0} location/Node type": {
"message": "{0} location",
"comment": [
Expand Down Expand Up @@ -1039,7 +1039,7 @@
"Cannot switch to token-based authentication for profile {0}.": "Cannot switch to token-based authentication for profile {0}.",
"Login using token-based authentication service was successful for profile {0}.": "Login using token-based authentication service was successful for profile {0}.",
"Unable to switch to token-based authentication for profile {0}.": "Unable to switch to token-based authentication for profile {0}.",
"Login using basic authentication was successful for profile {0}.": "Login using basic authentication was successful for profile {0}.",
"Changing authentication to basic was successful for profile {0}.": "Changing authentication to basic was successful for profile {0}.",
"Unable to switch to basic authentication for profile {0}.": "Unable to switch to basic authentication for profile {0}.",
"Unable to switch authentication for profile {0}.": "Unable to switch authentication for profile {0}.",
"Logout from authentication service was successful for {0}./Service profile name": {
Expand Down
20 changes: 10 additions & 10 deletions packages/zowe-explorer/l10n/poeditor.json
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,15 @@
"Profile auth error": "",
"Profile is not authenticated, please log in to continue": "",
"Retrieving response from USS list API": "",
"The 'move' function is not implemented for this USS API.": "",
"Failed to move {0}": "",
"Profile does not exist for this file.": "",
"Saving USS file...": "",
"Failed to rename {0}": "",
"Failed to delete {0}": "",
"No error details given": "",
"Error fetching destination {0} for paste action: {1}": "",
"Failed to copy {0} to {1}": "",
"Downloaded: {0}": "",
"Encoding: {0}": "",
"Binary": "",
Expand Down Expand Up @@ -560,15 +569,6 @@
"initializeUSSFavorites.error.buttonRemove": "",
"File does not exist. It may have been deleted.": "",
"Pulling from Mainframe...": "",
"The 'move' function is not implemented for this USS API.": "",
"Failed to move {0}": "",
"Profile does not exist for this file.": "",
"Saving USS file...": "",
"Failed to rename {0}": "",
"Failed to delete {0}": "",
"No error details given": "",
"Error fetching destination {0} for paste action: {1}": "",
"Failed to copy {0} to {1}": "",
"{0} location": "",
"Choose a location to create the {0}": "",
"Name of file or directory": "",
Expand Down Expand Up @@ -854,7 +854,7 @@
"Cannot switch to token-based authentication for profile {0}.": "",
"Login using token-based authentication service was successful for profile {0}.": "",
"Unable to switch to token-based authentication for profile {0}.": "",
"Login using basic authentication was successful for profile {0}.": "",
"Changing authentication to basic was successful for profile {0}.": "",
"Unable to switch to basic authentication for profile {0}.": "",
"Unable to switch authentication for profile {0}.": "",
"Logout from authentication service was successful for {0}.": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/zowe-explorer/src/configuration/Profiles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@ export class Profiles extends ProfilesCache {

if (creds !== undefined) {
const successMsg = vscode.l10n.t(
"Login using basic authentication was successful for profile {0}.",
"Changing authentication to basic was successful for profile {0}.",
typeof profile === "string" ? profile : profile.name
);
ZoweLogger.info(successMsg);
Expand Down

0 comments on commit f5ca8cc

Please sign in to comment.