Skip to content

Commit d5b700d

Browse files
committed
Update popup copy
1 parent 9086952 commit d5b700d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/popup.tsx

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

157-
{/* show error if set */}
157+
{/* show error if set */}
158158
<div
159159
style={
160160
error ?

0 commit comments

Comments
 (0)