1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-11-12 01:40:53 +01:00

Update RightPaneInfo.tsx

Upscale→Upscayl
This commit is contained in:
Aaron Liu 2023-06-18 11:50:24 -04:00 committed by GitHub
parent 5fa23ae618
commit 54b3c38d56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,13 +3,13 @@ import React from "react";
function RightPaneInfo({ version, batchMode, isVideo }) {
return isVideo ? (
<>
<p className="p-5 pb-1 text-lg font-semibold">Select Video to Upscale</p>
<p className="p-5 pb-1 text-lg font-semibold">Select Video to Upscayl</p>
<p className="text-sm">Upscayl v{version}</p>
</>
) : (
<>
<p className="p-5 pb-1 text-lg font-semibold">
Select {batchMode ? "a Folder" : "an Image"} to Upscale
Select {batchMode ? "a Folder" : "an Image"} to Upscayl
</p>
{batchMode && (
<p className="w-full pb-5 text-center md:w-96">