Browse Source
chore: reword options type sort order label
Co-authored-by: Martin McKeaveney <martinmckeaveney@gmail.com>
pull/6184/head
Philipp Wirtenberger
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
packages/client/manifest.json
|
|
@ -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 |
|
|
}, |
|
|
}, |
|
|
|