diff --git a/renderer/components/upscayl-tab/view/RightPaneInfo.tsx b/renderer/components/upscayl-tab/view/RightPaneInfo.tsx index eefd4ef..5ce8401 100644 --- a/renderer/components/upscayl-tab/view/RightPaneInfo.tsx +++ b/renderer/components/upscayl-tab/view/RightPaneInfo.tsx @@ -7,12 +7,12 @@ function RightPaneInfo({ version, batchMode }) { Select {batchMode ? "a Folder" : "an Image"} to Upscayl

{batchMode ? ( -

+

Make sure that the folder doesn't contain anything except PNG, JPG, JPEG & WEBP images.

) : ( -

+

Select or drag and drop a PNG, JPG, JPEG or WEBP image.

)}