From 39bb085a0123b23c2d7a2cfd06b7b37eb335b63a Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Sat, 25 May 2024 20:32:07 +1000 Subject: [PATCH] fix(ui): parameter not set translation --- 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 91ab93cc0b8..f7a91ef7567 100644 --- a/invokeai/frontend/web/public/locales/en.json +++ b/invokeai/frontend/web/public/locales/en.json @@ -1104,7 +1104,7 @@ "parameters": "Parameters", "parameterSet": "Parameter Recalled", "parameterSetDesc": "Recalled {{parameter}}", - "parameterNotSet": "Parameter Recalled", + "parameterNotSet": "Parameter Not Recalled", "parameterNotSetDesc": "Unable to recall {{parameter}}", "parameterNotSetDescWithMessage": "Unable to recall {{parameter}}: {{message}}", "parametersSet": "Parameters Recalled",