fix(login): correct spelling errors in login page text

This commit is contained in:
2026-07-02 15:33:04 -03:00
parent bc9390394a
commit 193ba7472b

View File

@@ -6,7 +6,7 @@
<div class="card-body p-4 p-md-5">
<header class="text-center mb-4">
<h1 id="login-title" class="fw-bold text-uppercase mb-0" style="font-size: 17px; color: #666666;">
Iniciar sesion
Iniciar sesión
</h1>
</header>
@@ -24,7 +24,7 @@
class="btn btn-link p-0 border-0 text-decoration-none"
style="font-size: 12px; font-weight: 325; color: #A0A0A0;"
>
Olvide mi contrasena
Olvidé mi contraseña
</button>
</div>
</div>