We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9086952 commit d5b700dCopy full SHA for d5b700d
src/popup.tsx
@@ -148,13 +148,13 @@ function IndexPopup() {
148
/>
149
<CheckboxInputField
150
label="Automatic instance hopping"
151
- hint="Changes the Gitpod URL automatically when a Gitpod Dedicated instance is detected"
+ hint="Changes the Gitpod URL automatically when a Gitpod Enterprise/Flex instance is detected"
152
checked={enableInstanceHopping}
153
onChange={setEnableInstanceHopping}
154
155
</form>
156
157
- {/* show error if set */}
+ {/* show error if set */}
158
<div
159
style={
160
error ?
0 commit comments