diff options
Diffstat (limited to 'src/components/ClipboardCommands.tsx')
| -rw-r--r-- | src/components/ClipboardCommands.tsx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/components/ClipboardCommands.tsx b/src/components/ClipboardCommands.tsx index 5a6f38f..d822929 100644 --- a/src/components/ClipboardCommands.tsx +++ b/src/components/ClipboardCommands.tsx @@ -9,14 +9,14 @@ export function ClipboardCommands({ pathExists }: ClipboardCommandsProps) { return ( <> - <SmartClipboardButton + <SmartClipboardButton command="~/fgmod/fgmod %command%" - buttonText="Copy Patch Command" + buttonText="Copy enable launch command" /> - - <SmartClipboardButton + + <SmartClipboardButton command="~/fgmod/fgmod-uninstaller.sh %command%" - buttonText="Copy Unpatch Command" + buttonText="Copy cleanup launch command" /> </> ); |
