From d5d08f6569bb9de6af10d649a1d054191625cf43 Mon Sep 17 00:00:00 2001 From: Riku Date: Fri, 7 Mar 2025 10:17:42 +0100 Subject: [PATCH] fix(ui): add webp to supported image types in toast messages --- invokeai/frontend/web/public/locales/en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/invokeai/frontend/web/public/locales/en.json b/invokeai/frontend/web/public/locales/en.json index a7868e4cd2d..b71454ed2ae 100644 --- a/invokeai/frontend/web/public/locales/en.json +++ b/invokeai/frontend/web/public/locales/en.json @@ -1286,9 +1286,9 @@ "somethingWentWrong": "Something Went Wrong", "uploadFailed": "Upload failed", "imagesWillBeAddedTo": "Uploaded images will be added to board {{boardName}}'s assets.", - "uploadFailedInvalidUploadDesc_withCount_one": "Must be maximum of 1 PNG or JPEG image.", - "uploadFailedInvalidUploadDesc_withCount_other": "Must be maximum of {{count}} PNG or JPEG images.", - "uploadFailedInvalidUploadDesc": "Must be PNG or JPEG images.", + "uploadFailedInvalidUploadDesc_withCount_one": "Must be maximum of 1 PNG, JPEG or WEBP image.", + "uploadFailedInvalidUploadDesc_withCount_other": "Must be maximum of {{count}} PNG, JPEG or WEBP images.", + "uploadFailedInvalidUploadDesc": "Must be PNG, JPEG or WEBP images.", "workflowLoaded": "Workflow Loaded", "problemRetrievingWorkflow": "Problem Retrieving Workflow", "workflowDeleted": "Workflow Deleted",