diff --git a/renderer/components/RightPaneInfo.tsx b/renderer/components/RightPaneInfo.tsx index 6766a7e..bed0568 100644 --- a/renderer/components/RightPaneInfo.tsx +++ b/renderer/components/RightPaneInfo.tsx @@ -3,13 +3,13 @@ import React from "react"; function RightPaneInfo({ version, batchMode, isVideo }) { return isVideo ? ( <> -
Select Video to Upscale
+Select Video to Upscayl
Upscayl v{version}
> ) : ( <>- Select {batchMode ? "a Folder" : "an Image"} to Upscale + Select {batchMode ? "a Folder" : "an Image"} to Upscayl
{batchMode && (