1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-09-24 03:18:28 +02:00

Merge pull request #361 from aaronliu0130/main

Upscale→Upscayl
This commit is contained in:
NayamAmarshe 2023-06-18 23:40:33 +05:30 committed by GitHub
commit e74fa2c7cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View File

@ -140,8 +140,8 @@ function LeftPaneImageSteps({
onClick={() => setBatchMode((oldValue) => !oldValue)}></input>
<p
className="mr-1 inline-block cursor-help text-sm"
data-tip="This will let you upscale all files in a folder at once">
Batch Upscale
data-tip="This will let you Upscayl all files in a folder at once">
Batch Upscayl
</p>
</div>
@ -158,7 +158,7 @@ function LeftPaneImageSteps({
{/* STEP 2 */}
<div className="animate-step-in">
<p className="step-heading">Step 2</p>
<p className="mb-2 text-sm">Select Upscaling Type</p>
<p className="mb-2 text-sm">Select Upscayling Type</p>
<Select
options={modelOptions}
@ -221,7 +221,7 @@ function LeftPaneImageSteps({
<p className="step-heading">Step 4</p>
{dimensions.width && dimensions.height && (
<p className="mb-2 text-sm">
Upscale from{" "}
Upscayl from{" "}
<span className="font-bold">
{dimensions.width}x{dimensions.height}
</span>{" "}

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">

View File

@ -241,7 +241,7 @@ function SettingsTab({
<div className="flex flex-col gap-2">
{batchMode && (
<p className="text-xs text-base-content/70">
Only PNG is supported in Batch Upscale
Only PNG is supported in Batch Upscayl.
</p>
)}
<div className="flex flex-wrap gap-2">