1
0
Fork 0
mirror of synced 2024-06-26 18:10:51 +12:00

chore: reword options type sort order label

Co-authored-by: Martin McKeaveney <martinmckeaveney@gmail.com>
This commit is contained in:
Philipp Wirtenberger 2022-06-07 09:27:41 +02:00 committed by GitHub
parent 77f778df29
commit 6909e02e78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2228,7 +2228,7 @@
}, },
{ {
"type": "boolean", "type": "boolean",
"label": "Sort in lexographic order", "label": "Sort in alphabetical order",
"key": "sort", "key": "sort",
"defaultValue": true "defaultValue": true
}, },