Skip to content

Commit c168f05

Browse files
committed
remove exclamation mark :(
1 parent 2a96340 commit c168f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/remote.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ export class Remote {
705705
// Coder Connect doesn't populate any other stats
706706
if (network.using_coder_connect) {
707707
networkStatus.text = statusText + "Coder Connect "
708-
networkStatus.tooltip = "You're connected using Coder Connect!"
708+
networkStatus.tooltip = "You're connected using Coder Connect."
709709
networkStatus.show()
710710
return
711711
}

0 commit comments

Comments
 (0)