summaryrefslogtreecommitdiff
path: root/src/index.tsx
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2025-01-23 12:35:57 -0500
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2025-01-23 12:35:57 -0500
commitb05d873eb5fa2d4f947e34f5d9eda508162d2c5a (patch)
tree2c91fe5221753624a525ee33303117409afacea9 /src/index.tsx
parent23b4d45c34bdf2211cb74ac19b36d8086eccbb89 (diff)
downloadDecky-Framegen-b05d873eb5fa2d4f947e34f5d9eda508162d2c5a.tar.gz
Decky-Framegen-b05d873eb5fa2d4f947e34f5d9eda508162d2c5a.zip
tweak path wording
Diffstat (limited to 'src/index.tsx')
-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>
)}