Skip to content

Commit 6bb326b

Browse files
authored
Merge pull request #1198 from RedisInsight/fe/feature/RI-3586-change-label-text
#RI-3586 - change label text
2 parents faefc89 + da44fa9 commit 6bb326b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/ui/src/pages/settings/components/workbench-settings/WorkbenchSettings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const WorkbenchSettings = () => {
4646
<EuiSpacer size="m" />
4747
<EuiFormRow>
4848
<EuiSwitch
49-
label="Clear the Editor when running the code"
49+
label="Clear the Editor after running commands"
5050
checked={cleanup}
5151
onChange={(e) => onSwitchWbCleanUp(e.target.checked)}
5252
className={styles.switchOption}

0 commit comments

Comments
 (0)