diff --git a/src/routes/profile/connect/login/login.tsx b/src/routes/profile/connect/login/login.tsx
index ba8f03e6d1c295c470e856da23fb2355eda9914e..d5b048fcfdcc6e4cbc243248441b606688513312 100644
--- a/src/routes/profile/connect/login/login.tsx
+++ b/src/routes/profile/connect/login/login.tsx
@@ -41,7 +41,7 @@ export default function Login({loginFunction}: loginProps) {
         <form className="login-form" onSubmit={submit}>
             <div className="login-form-group">
                 <input
-                    placeholder="EMAIL"
+                    placeholder="LOGIN"
                     value={email}
                     onChange={(e) => {
                         setEmail(e.target.value)