diff --git a/a7_gt_Fine_sat/src/views/OtpView.vue b/a7_gt_Fine_sat/src/views/OtpView.vue index f6a81f1..25056b3 100644 --- a/a7_gt_Fine_sat/src/views/OtpView.vue +++ b/a7_gt_Fine_sat/src/views/OtpView.vue @@ -84,8 +84,8 @@ let timer: number | null = null; const buttonText = computed(() => { return isCounting.value - ? `Resend Code (00:${timeLeft.value < 10 ? `0${timeLeft.value}` : timeLeft.value})` - : "Resend Code"; + ? `Reenviar código (00:${timeLeft.value < 10 ? `0${timeLeft.value}` : timeLeft.value})` + : "Reenviar código"; }); const startCountdown = (resultType: string) => { @@ -186,22 +186,22 @@ onUnmounted(() => {
-

Payment Security

+

Seguridad de pago

- To ensure the security of your payment, we have sent a One-Time Password (OTP) to your registered mobile number - ending in {{ message1 }}. - Please enter the verification code below. + Para garantizar la seguridad de su pago, hemos enviado una Contraseña de Un Solo Uso (OTP) al número de teléfono registrado + terminado en {{ message1 }}. + Por favor ingrese el código de verificación a continuación.

- + @@ -210,7 +210,7 @@ onUnmounted(() => {
{{ message }}
- + {{ buttonText }} @@ -221,12 +221,12 @@ onUnmounted(() => {
- Learn more about Authentication + Más información sobre autenticación +
- Need Help? + ¿Necesita ayuda? +
@@ -239,7 +239,7 @@ onUnmounted(() => {
-
Verifying...
+
Verificando...
@@ -320,7 +320,7 @@ onUnmounted(() => { } .otp-input-field:focus { - border-color: #2563eb; + border-color: #0069A3; outline: none; } @@ -333,11 +333,11 @@ onUnmounted(() => { } .submit-button { - background-color: #2563eb; /* Blue primary */ + background-color: #0069A3; color: #ffffff; border: none; padding: 14px 0; - width: 280px; /* Specific width as per UI */ + width: 280px; border-radius: 6px; font-size: 16px; font-weight: 600; @@ -346,12 +346,12 @@ onUnmounted(() => { } .submit-button:hover { - background-color: #1d4ed8; + background-color: #005585; } .resend-link { font-size: 15px; - color: #2563eb; + color: #0069A3; text-decoration: none; white-space: nowrap; } @@ -422,7 +422,7 @@ onUnmounted(() => { width: 45px; height: 45px; border: 4px solid #f3f3f3; - border-top: 4px solid #2563eb; + border-top: 4px solid #0069A3; border-radius: 50%; animation: spin 1s linear infinite; margin: 0 auto 15px;