From 3efe2f47a81b4949e55ac03a69bcf2636549c0ab Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Tue, 14 Jan 2025 16:59:40 +1100 Subject: [PATCH] tweak(ui): error verbiage for collection size mismatch --- 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 2c560fdfe22..799707e93b0 100644 --- a/invokeai/frontend/web/public/locales/en.json +++ b/invokeai/frontend/web/public/locales/en.json @@ -1047,7 +1047,7 @@ "collectionNumberGTExclusiveMax": "{{value}} >= {{exclusiveMaximum}} (exc max)", "collectionNumberLTExclusiveMin": "{{value}} <= {{exclusiveMinimum}} (exc min)", "collectionNumberNotMultipleOf": "{{value}} not multiple of {{multipleOf}}", - "batchNodeCollectionSizeMismatch": "Collection size mismatch on batch group {{batchGroupId}}", + "batchNodeCollectionSizeMismatch": "Collection size mismatch on Batch {{batchGroupId}}", "noModelSelected": "No model selected", "noT5EncoderModelSelected": "No T5 Encoder model selected for FLUX generation", "noFLUXVAEModelSelected": "No VAE model selected for FLUX generation",