Skip to content

Commit 4d824da

Browse files
committed
Fix automatic instance hopping copy
1 parent b5ed7f0 commit 4d824da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/popup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ function IndexPopup() {
148148
/>
149149
<CheckboxInputField
150150
label="Automatic instance hopping"
151-
hint="Changes the Gitpod URL automatically when a Gitpod Enterprise/Flex instance is detected"
151+
hint="Changes the Gitpod URL automatically when a Gitpod instance is detected"
152152
checked={enableInstanceHopping}
153153
onChange={setEnableInstanceHopping}
154154
/>

0 commit comments

Comments
 (0)