@hellotext/hellotext 1.6.2 → 1.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/builders/otp_builder.js +1 -1
- package/src/locales/en.js +1 -0
- package/src/locales/es.js +2 -2
package/package.json
CHANGED
package/src/locales/en.js
CHANGED
package/src/locales/es.js
CHANGED
|
@@ -5,8 +5,8 @@ export default {
|
|
|
5
5
|
resend_successful: 'El código de un solo uso ha sido reenviado exitosamente',
|
|
6
6
|
invalid: 'Código de un solo uso inválido',
|
|
7
7
|
resend: 'Reenviar OTP',
|
|
8
|
-
throttled:
|
|
9
|
-
|
|
8
|
+
throttled: 'Has alcanzado el número máximo de intentos. Por favor intenta de nuevo en 1 minuto.',
|
|
9
|
+
placeholder: 'Ingresa el código aquí'
|
|
10
10
|
},
|
|
11
11
|
white_label: {
|
|
12
12
|
powered_by: 'Desarrollado por',
|