diff --git a/src/components/views/SetupView.tsx b/src/components/views/SetupView.tsx index 7b7eba7..f4cc9e4 100644 --- a/src/components/views/SetupView.tsx +++ b/src/components/views/SetupView.tsx @@ -277,7 +277,7 @@ const SetupView: React.FC = ({ onComplete }) => { {currentStep === 0 && (

- Welcome to Emerald Legacy + Welcome to Emerald Launcher

Let's configure your launcher

@@ -289,7 +289,7 @@ const SetupView: React.FC = ({ onComplete }) => { value={tempUsername} onChange={(e) => setTempUsername(e.target.value)} onFocus={() => setFocusIndex(0)} - className={`w-full px-4 py-3 bg-black/50 border-2 font-bold focus:outline-none transition-colors ${focusIndex === 0 ? "border-yellow-400" : "border-white"}`} + className={`w-full px-4 py-3 bg-black/50 border-2 focus:outline-none transition-colors ${focusIndex === 0 ? "border-yellow-400" : "border-white"}`} placeholder="Enter your username" maxLength={16} autoFocus @@ -306,8 +306,8 @@ const SetupView: React.FC = ({ onComplete }) => {

{runtimeAlreadyInstalled - ? "Emerald Legacy compatibility runtime is already installed" - : "Emerald Legacy needs compatibility runtime for macOS" + ? "Emerald compatibility runtime is already installed" + : "Emerald needs compatibility runtime for macOS" }

@@ -454,7 +454,7 @@ const SetupView: React.FC = ({ onComplete }) => {

Discord Rich Presence

-

Show your Emerald Legacy status on Discord

+

Show your Emerald Launcher status on Discord

-

Emerald Legacy is now configured and ready to use!

+

Emerald Launcher is now configured and ready to use!

)}