Skip to content

Commit

Permalink
Reworded info message
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Haumer <[email protected]>
  • Loading branch information
phaumer committed Nov 8, 2024
1 parent d3a993d commit 094603e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/zowe-explorer/l10n/bundle.l10n.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"Credential manager display name"
]
},
"Zowe Explorer's default credential manager is not supported in your environment. Consider installing a custom solution for your platform. Click Reload to start Zowe Explorer without a credential manager.": "Zowe Explorer's default credential manager is not supported in your environment. Consider installing a custom solution for your platform. Click Reload to start Zowe Explorer without a credential manager.",
"Reload window": "Reload window",
"Default Zowe credentials manager not found on current platform.": "Default Zowe credentials manager not found on current platform.",
"No custom credential managers found, using the default instead.": "No custom credential managers found, using the default instead.",
Expand Down
1 change: 1 addition & 0 deletions packages/zowe-explorer/l10n/poeditor.json
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,7 @@
"Zowe Explorer profiles are being set as secured.": "",
"Custom credential manager failed to activate": "",
"Custom credential manager {0} found, attempting to activate.": "",
"Zowe Explorer's default credential manager is not supported in your environment. Consider installing a custom solution for your platform. Click Reload to start Zowe Explorer without a credential manager.": "",
"Reload window": "",
"Default Zowe credentials manager not found on current platform.": "",
"No custom credential managers found, using the default instead.": "",
Expand Down
3 changes: 1 addition & 2 deletions packages/zowe-explorer/src/utils/ProfilesUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,7 @@ export class ProfilesUtils {
await SettingsConfig.setDirectValue(Constants.SETTINGS_SECURE_CREDENTIALS_ENABLED, false, vscode.ConfigurationTarget.Global);
await Gui.infoMessage(
vscode.l10n.t(
// eslint-disable-next-line max-len
"Zowe Explorer's default credentials manager is not supported in your environment. Consider installing a custom credential manager for your platform. Click Reload to start Zowe Explorer without a credentials manager."
"Zowe Explorer's default credential manager is not supported in your environment. Consider installing a custom solution for your platform. Click Reload to start Zowe Explorer without a credential manager."
),
{
items: [vscode.l10n.t("Reload window")],
Expand Down

0 comments on commit 094603e

Please sign in to comment.