Skip to content

Commit

Permalink
ui consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeparticle committed Sep 14, 2023
1 parent 2850247 commit 103a632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/pages/Data/Sorting/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const Sorting: React.FC = () => {

<CopyInput>
<ResponsiveSelectWithLabel
label="Output Format"
label="Output separator"
value={outputFormat.value}
onSelect={(_, option) => {
setOutputFormat(option);
Expand Down

0 comments on commit 103a632

Please sign in to comment.