Skip to content

Commit

Permalink
chore: change command bar text
Browse files Browse the repository at this point in the history
  • Loading branch information
sujinleeme committed Dec 27, 2023
1 parent 285c395 commit 464f011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/command-bar/command-bar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const CommandBarComponent: React.FC<CommandBarComponentProps> = ({
isSchemaEditorOn && (
<CommandButton>
<Checkbox
label="Use Sample Schema Data"
label="Use sample JSON Schema Data"
onChange={onSchemaSampleDataOn}
checked={isSchemaSampleDataOn}
/>
Expand Down

0 comments on commit 464f011

Please sign in to comment.