From 56eac1ac74e9f32bbf2541929e80b79cdb6cbcb1 Mon Sep 17 00:00:00 2001 From: Kurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com> Date: Mon, 28 Jul 2025 07:21:34 -0700 Subject: refined copy to clipboard ui feedback (#122) * copy feedback * add opti logo and update wording * branding updates * hide check mark when installed --- src/utils/constants.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/utils') diff --git a/src/utils/constants.ts b/src/utils/constants.ts index 7741b64..c406e5b 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -56,10 +56,10 @@ export const MESSAGES = { modInstalled: "✅ OptiScaler Mod Installed", modNotInstalled: "❌ OptiScaler Mod Not Installed", installing: "Installing OptiScaler...", - installButton: "Install OptiScaler FG Mod", + installButton: "Setup OptiScaler Mod", uninstalling: "Removing OptiScaler...", - uninstallButton: "Uninstall OptiScaler FG Mod", - installSuccess: "✅ OptiScaler mod installed successfully!", + uninstallButton: "Remove OptiScaler Mod", + installSuccess: "✅ OptiScaler mod setup successfully!", uninstallSuccess: "✅ OptiScaler mod removed successfully.", instructionTitle: "How to Use:", instructionText: "Click 'Copy Patch Command' or 'Copy Unpatch Command', then go to your game's properties, and paste the command into the Launch Options field.\n\nIn-game: Enable DLSS in graphics settings, or assign a back button to keyboard's 'Insert' key for extended OptiScaler options." -- cgit v1.2.3