Skip to content

Commit e4d6aa7

Browse files
committed
GHI-155: description changed
Signed-off-by: Denis Lisenkov <[email protected]>
1 parent 6dea88b commit e4d6aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/org/zowe/explorer/config/connect/ui/zosmf/ZOSMFConnectionConfigurable.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class ZOSMFConnectionConfigurable : BoundSearchableConfigurable("z/OSMF Connecti
8383
private fun updateZoweConfigIfNeeded(state: ConnectionDialogState?) {
8484
val res = showOkCancelDialog(
8585
title = "Zowe Config Update",
86-
message = "Update zowe config file?\n${state?.zoweConfigPath}",
86+
message = "Do you need to update zowe config file?\n${state?.zoweConfigPath}",
8787
okText = "Yes",
8888
cancelText = "No"
8989
)

0 commit comments

Comments
 (0)