From 6909e02e785a85ab2be302f61e4eaa102b7eac12 Mon Sep 17 00:00:00 2001 From: Philipp Wirtenberger <104622748+actus-wirtenberger@users.noreply.github.com> Date: Tue, 7 Jun 2022 09:27:41 +0200 Subject: [PATCH] chore: reword options type sort order label Co-authored-by: Martin McKeaveney --- packages/client/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client/manifest.json b/packages/client/manifest.json index 0230bf3942..01823b2c2c 100644 --- a/packages/client/manifest.json +++ b/packages/client/manifest.json @@ -2228,7 +2228,7 @@ }, { "type": "boolean", - "label": "Sort in lexographic order", + "label": "Sort in alphabetical order", "key": "sort", "defaultValue": true },