|
|
|
@ -193,7 +193,9 @@ public class EnvChangeEntrance {
|
|
|
|
|
UIManager.getIcon("OptionPane.errorIcon"))); |
|
|
|
|
} else { |
|
|
|
|
strategy.showTip(() -> FineJOptionPane.showMessageDialog(DesignerContext.getDesignerFrame(), |
|
|
|
|
new MessageWithLink(result.getText(), Toolkit.i18nText("Fine-Design_Basic_Remote_Design_Modify_PassWord"), info.getUrl() + RemoteWorkspaceURL.SYSTEM_LOGIN_PATH), |
|
|
|
|
result.isVerifyResult() |
|
|
|
|
? new MessageWithLink(result.getText(), Toolkit.i18nText("Fine-Design_Basic_Remote_Design_Modify_PassWord"), info.getUrl() + RemoteWorkspaceURL.SYSTEM_LOGIN_PATH) |
|
|
|
|
: result.getText(), |
|
|
|
|
Toolkit.i18nText("Fine-Design_Basic_Error"), |
|
|
|
|
ERROR_MESSAGE, |
|
|
|
|
UIManager.getIcon("OptionPane.errorIcon"))); |
|
|
|
|