We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2898cd commit eb2cd8aCopy full SHA for eb2cd8a
src/remote.ts
@@ -705,7 +705,7 @@ export class Remote {
705
// Coder Connect doesn't populate any other stats
706
if (network.using_coder_connect) {
707
networkStatus.text = statusText + "Coder Connect "
708
- networkStatus.tooltip = "You're connected using Coder Connect!"
+ networkStatus.tooltip = "You're connected using Coder Connect."
709
networkStatus.show()
710
return
711
}
0 commit comments