Skip to content

Commit d5d08f6

Browse files
rikublockpsychedelicious
authored andcommitted
fix(ui): add webp to supported image types in toast messages
1 parent 8a42823 commit d5d08f6

File tree

1 file changed

+3
-3
lines changed
  • invokeai/frontend/web/public/locales

1 file changed

+3
-3
lines changed

invokeai/frontend/web/public/locales/en.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1286,9 +1286,9 @@
12861286
"somethingWentWrong": "Something Went Wrong",
12871287
"uploadFailed": "Upload failed",
12881288
"imagesWillBeAddedTo": "Uploaded images will be added to board {{boardName}}'s assets.",
1289-
"uploadFailedInvalidUploadDesc_withCount_one": "Must be maximum of 1 PNG or JPEG image.",
1290-
"uploadFailedInvalidUploadDesc_withCount_other": "Must be maximum of {{count}} PNG or JPEG images.",
1291-
"uploadFailedInvalidUploadDesc": "Must be PNG or JPEG images.",
1289+
"uploadFailedInvalidUploadDesc_withCount_one": "Must be maximum of 1 PNG, JPEG or WEBP image.",
1290+
"uploadFailedInvalidUploadDesc_withCount_other": "Must be maximum of {{count}} PNG, JPEG or WEBP images.",
1291+
"uploadFailedInvalidUploadDesc": "Must be PNG, JPEG or WEBP images.",
12921292
"workflowLoaded": "Workflow Loaded",
12931293
"problemRetrievingWorkflow": "Problem Retrieving Workflow",
12941294
"workflowDeleted": "Workflow Deleted",

0 commit comments

Comments
 (0)