diff options
Diffstat (limited to 'src/index.tsx')
| -rwxr-xr-x | src/index.tsx | 2 |
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> )} |
