Skip to content

Commit

Permalink
ui refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeparticle committed Sep 16, 2023
1 parent 80a8c02 commit a6880b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/pages/Data/Sorting/utils/helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const sortData = (data: string, order: string) => {
);
}
default: {
return ["No data to sort"];
return ["There is no data for sorting, please provide data first."];
}
}
};
Expand Down

0 comments on commit a6880b9

Please sign in to comment.