Skip to content

Commit

Permalink
Update l10n and comment formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Johnson <[email protected]>
  • Loading branch information
t1m0thyj committed Dec 26, 2024
1 parent 732355c commit 21eaae3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions packages/zowe-explorer-api/src/profiles/ProfilesCache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,10 @@ export class ProfilesCache {

/**
* Updates profile in allProfiles array and if default updates defaultProfileByType
*
* @param {string} profileLoaded
* @param {IZoweNodeType} profileNode
*
* @returns {void}
*/
public updateProfilesArrays(profileLoaded: zowe.imperative.IProfileLoaded, profileNode?: IZoweNodeType): void {
Expand Down
2 changes: 0 additions & 2 deletions packages/zowe-explorer/i18n/sample/src/Profiles.i18n.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"profiles.operation.cancelled": "Operation Cancelled",
"profiles.manualEditMsg": "The Team configuration file has been opened in the editor. Editing or removal of profiles will need to be done manually.",
"checkCurrentProfile.tokenAuthError.msg": "Token auth error",
"checkCurrentProfile.tokenAuthError.additionalDetails": "Profile was found using token auth, please log in to continue.",
"profiles.createNewConnection": "$(plus) Create a new connection to z/OS",
"profiles.createTeamConfig": "$(plus) Create a new Team Configuration file",
"profiles.editConfig": "$(pencil) Edit Team Configuration file",
Expand Down

0 comments on commit 21eaae3

Please sign in to comment.