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 faefc89 commit da44fa9Copy full SHA for da44fa9
redisinsight/ui/src/pages/settings/components/workbench-settings/WorkbenchSettings.tsx
@@ -46,7 +46,7 @@ const WorkbenchSettings = () => {
46
<EuiSpacer size="m" />
47
<EuiFormRow>
48
<EuiSwitch
49
- label="Clear the Editor when running the code"
+ label="Clear the Editor after running commands"
50
checked={cleanup}
51
onChange={(e) => onSwitchWbCleanUp(e.target.checked)}
52
className={styles.switchOption}
0 commit comments