Skip to content

Commit b53ce4f

Browse files
committed
Update checkbox description
1 parent fb37e96 commit b53ce4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/ide/jetbrains/gateway-plugin/src/main/kotlin/io/gitpod/jetbrains/gateway/GitpodSettingsConfigurable.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ class GitpodSettingsConfigurable : BoundConfigurable("Gitpod") {
3232
"have complicated SSH setup (bastions, proxy jumps, etc.)")
3333
}
3434
row {
35-
checkBox("Additional heartbeat")
35+
checkBox("Persistent connection heartbeats")
3636
.bindSelected(state::additionalHeartbeat)
37-
.comment("Additional heartbeat when connection is connected, helps to keep the workspace alive more reliably")
37+
.comment("Keep workspaces running as long as the IDE connection remains active.")
3838
}
3939

4040
}

0 commit comments

Comments
 (0)