diff --git a/src/components/LoginOptions.tsx b/src/components/LoginOptions.tsx index 45f6713a..30e79191 100644 --- a/src/components/LoginOptions.tsx +++ b/src/components/LoginOptions.tsx @@ -90,7 +90,7 @@ const LoginOptions: React.FC = () => { className="login-button login-button-primary" > - {isLoading && !showBunkerInput ? 'Connecting...' : 'Extension Login'} + {isLoading && !showBunkerInput ? 'Connecting...' : 'Extension'} {!showBunkerInput ? ( @@ -100,7 +100,7 @@ const LoginOptions: React.FC = () => { className="login-button login-button-secondary" > - Bunker Login + Bunker ) : (