Skip to content

Commit d17b97a

Browse files
Address Filip's feedback
#20319 (comment) Co-authored-by: Filip Troníček <[email protected]>
1 parent 9497947 commit d17b97a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class GitpodSettingsConfigurable : BoundConfigurable("Gitpod") {
3434
row {
3535
checkBox("Persistent connection heartbeats")
3636
.bindSelected(state::additionalHeartbeat)
37-
.comment("Keep workspaces running as long as the IDE connection remains active.")
37+
.comment("Keep workspaces running as long as the IDE connection remains active")
3838
}
3939

4040
}

0 commit comments

Comments
 (0)