summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/index.tsx2
1 files changed, 1 insertions, 1 deletions
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 && (
<PanelSectionRow>
<div style={{ color: pathExists ? "green" : "red" }}>
- {pathExists ? "Path exists" : "Path does not exist"}
+ {pathExists ? "Ready to Patch" : "Mod Not Installed"}
</div>
</PanelSectionRow>
)}