From ba2fd875ad115c519d4300dfdfd7a48ad58f8a1f Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Wed, 20 Mar 2024 16:21:49 +1100 Subject: [PATCH] fix(ui): typo --- invokeai/frontend/web/public/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invokeai/frontend/web/public/locales/en.json b/invokeai/frontend/web/public/locales/en.json index 3f94cde44c..2f6a2d4e2c 100644 --- a/invokeai/frontend/web/public/locales/en.json +++ b/invokeai/frontend/web/public/locales/en.json @@ -1440,7 +1440,7 @@ "workflows": { "ascending": "Ascending", "created": "Created", - "desceding": "Descending", + "descending": "Descending", "workflows": "Workflows", "workflowLibrary": "Library", "userWorkflows": "My Workflows",