1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-11-23 23:21:05 +01:00

Updated text

This commit is contained in:
Nayam Amarshe 2022-12-24 13:13:38 +05:30
parent 5e33ab2c2f
commit b37152ed69

View File

@ -212,7 +212,9 @@ function LeftPaneImageSteps({
{/* STEP 3 */}
<div className="animate-step-in" data-tip={outputPath}>
<p className="step-heading">Step 3</p>
<p className="mb-2 text-sm">Defaults to Image's path</p>
<p className="mb-2 text-sm">
Defaults to {!batchMode ? "Image's" : "Folder's"} path
</p>
<button className="btn-primary btn" onClick={outputHandler}>
Set Output Folder
</button>