From ffba4871d050bd6994ace31e56f9cc427c13d8f1 Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Thu, 2 May 2024 08:46:21 +1000 Subject: [PATCH] tidy(ui): "scribble" -> "Scribble" --- invokeai/frontend/web/public/locales/en.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/invokeai/frontend/web/public/locales/en.json b/invokeai/frontend/web/public/locales/en.json index fd6eef527b..c80283b664 100644 --- a/invokeai/frontend/web/public/locales/en.json +++ b/invokeai/frontend/web/public/locales/en.json @@ -225,7 +225,7 @@ "composition": "Composition Only", "safe": "Safe", "saveControlImage": "Save Control Image", - "scribble": "scribble", + "scribble": "Scribble", "selectModel": "Select a model", "selectCLIPVisionModel": "Select a CLIP Vision model", "setControlImageDimensions": "Copy size to W/H (optimize for model)", @@ -1543,6 +1543,8 @@ "globalControlAdapterLayer": "Global $t(controlnet.controlAdapter_one) $t(unifiedCanvas.layer)", "globalIPAdapter": "Global $t(common.ipAdapter)", "globalIPAdapterLayer": "Global $t(common.ipAdapter) $t(unifiedCanvas.layer)", - "opacityFilter": "Opacity Filter" + "opacityFilter": "Opacity Filter", + "clearProcessor": "Clear Processor", + "resetProcessor": "Reset Processor to Defaults" } }