From b05d873eb5fa2d4f947e34f5d9eda508162d2c5a Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Thu, 23 Jan 2025 12:35:57 -0500 Subject: tweak path wording --- src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.tsx b/src/index.tsx index aa2c55e..3a54070 100755 --- a/src/index.tsx +++ b/src/index.tsx @@ -119,7 +119,7 @@ function FGModInstallerSection() { {pathExists !== null && (
- {pathExists ? "Path exists" : "Path does not exist"} + {pathExists ? "Ready to Patch" : "Mod Not Installed"}
)} -- cgit v1.2.3