1
0
mirror of https://github.com/upscayl/upscayl.git synced 2025-02-20 20:51:49 +01:00
This commit is contained in:
Nayam Amarshe 2023-09-09 15:46:42 +05:30
parent df48649ff1
commit 42ef87842e

View File

@ -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>
)}