Skip to content

Commit

Permalink
GHI-155: description changed
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Lisenkov <[email protected]>
  • Loading branch information
dnlsv committed Sep 19, 2023
1 parent 6dea88b commit e4d6aa7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class ZOSMFConnectionConfigurable : BoundSearchableConfigurable("z/OSMF Connecti
private fun updateZoweConfigIfNeeded(state: ConnectionDialogState?) {
val res = showOkCancelDialog(
title = "Zowe Config Update",
message = "Update zowe config file?\n${state?.zoweConfigPath}",
message = "Do you need to update zowe config file?\n${state?.zoweConfigPath}",
okText = "Yes",
cancelText = "No"
)
Expand Down

0 comments on commit e4d6aa7

Please sign in to comment.