mirror of
https://github.com/upscayl/upscayl.git
synced 2025-02-20 20:51:49 +01:00
Fix #457
This commit is contained in:
parent
df48649ff1
commit
42ef87842e
@ -7,12 +7,12 @@ function RightPaneInfo({ version, batchMode }) {
|
||||
Select {batchMode ? "a Folder" : "an Image"} to Upscayl
|
||||
</p>
|
||||
{batchMode ? (
|
||||
<p className="w-full pb-5 text-center md:w-96 text-primary-content/80">
|
||||
<p className="w-full pb-5 text-center md:w-96 text-base-content/80">
|
||||
Make sure that the folder doesn't contain anything except PNG, JPG,
|
||||
JPEG & WEBP images.
|
||||
</p>
|
||||
) : (
|
||||
<p className="w-full pb-5 text-center md:w-96 text-primary-content/80">
|
||||
<p className="w-full pb-5 text-center md:w-96 text-base-content/80">
|
||||
Select or drag and drop a PNG, JPG, JPEG or WEBP image.
|
||||
</p>
|
||||
)}
|
||||
|
Loading…
x
Reference in New Issue
Block a user