From 0aa03d1434ec70e7d3bf41cc7a4256456702fc12 Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Tue, 19 Dec 2023 12:55:50 -0800 Subject: [PATCH 01/37] Recovery Email screen --- src/Signup.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Signup.vue b/src/Signup.vue index 8be5e5cf..f1d040dd 100644 --- a/src/Signup.vue +++ b/src/Signup.vue @@ -45,9 +45,9 @@ export default { selectedLanguage: 'en', }, appName: APPLICATION_NAME, - showRegistrationForm: true, + showRegistrationForm: false,// temporary changes showCaptchaForm: false, - showRecoveryEmailForm: false, + showRecoveryEmailForm: true,// temporary changes showSuccessSection: false, } }, -- GitLab From d896225862f11ea16151ec4bd698806b596a28ac Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Tue, 19 Dec 2023 12:57:55 -0800 Subject: [PATCH 02/37] Recovery Email screen --- src/Signup.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Signup.vue b/src/Signup.vue index f1d040dd..6fe119f1 100644 --- a/src/Signup.vue +++ b/src/Signup.vue @@ -45,9 +45,9 @@ export default { selectedLanguage: 'en', }, appName: APPLICATION_NAME, - showRegistrationForm: false,// temporary changes + showRegistrationForm: false, // temporary changes showCaptchaForm: false, - showRecoveryEmailForm: true,// temporary changes + showRecoveryEmailForm: true, // temporary changes showSuccessSection: false, } }, -- GitLab From a03a5ceb69a472add874ea30e86287431c8d873f Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Tue, 19 Dec 2023 13:06:16 -0800 Subject: [PATCH 03/37] Recovery Email changes --- l10n/de.js | 3 ++- l10n/de.json | 3 ++- l10n/en.js | 3 ++- l10n/en.json | 3 ++- l10n/es.js | 3 ++- l10n/es.json | 3 ++- l10n/fr.js | 3 ++- l10n/fr.json | 3 ++- l10n/it.js | 3 ++- l10n/it.json | 3 ++- src/signup/RecoveryEmailForm.vue | 27 ++++++++++++++------------- 11 files changed, 34 insertions(+), 23 deletions(-) diff --git a/l10n/de.js b/l10n/de.js index 2c564a74..bec3d30a 100644 --- a/l10n/de.js +++ b/l10n/de.js @@ -74,6 +74,7 @@ OC.L10N.register( "Success!": "Erfolgreich!", "Your __username__@__domain__ account was successfully created.": "Ihr __username__@__domain__-Konto wurde erfolgreich erstellt.", "If you want to use your murena.io email in a mail app like Thunderbird, Outlook or another, please visit this page.": "Wenn Sie Ihre murena.io-E-Mail in einer Mail-Anwendung wie Thunderbird, Outlook oder einer anderen nutzen möchten, besuchen Sie bitte diese Seite.", - "Incorrect password length: Required length is 8 to 32": "Falsche Passwortlänge: Erforderliche Länge ist 8 bis 32" + "Incorrect password length: Required length is 8 to 32": "Falsche Passwortlänge: Erforderliche Länge ist 8 bis 32", + "Use an alternative email": "Verwenden Sie eine alternative E-Mail" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/de.json b/l10n/de.json index fdc003d3..45745ba4 100644 --- a/l10n/de.json +++ b/l10n/de.json @@ -72,7 +72,8 @@ "Success!": "Erfolgreich!", "Your __username__@__domain__ account was successfully created.": "Ihr __username__@__domain__-Konto wurde erfolgreich erstellt.", "If you want to use your murena.io email in a mail app like Thunderbird, Outlook or another, please visit this page.": "Wenn Sie Ihre murena.io-E-Mail in einer Mail-Anwendung wie Thunderbird, Outlook oder einer anderen nutzen möchten, besuchen Sie bitte diese Seite.", - "Incorrect password length: Required length is 8 to 32": "Falsche Passwortlänge: Erforderliche Länge ist 8 bis 32" + "Incorrect password length: Required length is 8 to 32": "Falsche Passwortlänge: Erforderliche Länge ist 8 bis 32", + "Use an alternative email": "Verwenden Sie eine alternative E-Mail" }, "pluralForm": "nplurals=2; plural=(n != 1);" } diff --git a/l10n/en.js b/l10n/en.js index 9cb3afc8..e92a4818 100644 --- a/l10n/en.js +++ b/l10n/en.js @@ -78,6 +78,7 @@ OC.L10N.register( "Your __username__@__domain__ account was successfully created.": "Your __username__@__domain__ account was successfully created.", "If you want to use your murena.io email in a mail app like Thunderbird, Outlook or another, please visit this page.": "If you want to use your murena.io email in a mail app like Thunderbird, Outlook or another, please visit this page.", "Recovery email address is already taken.": "Recovery email address is already taken.", - "Incorrect password length: Required length is 8 to 32": "Incorrect password length: Required length is 8 to 32" + "Incorrect password length: Required length is 8 to 32": "Incorrect password length: Required length is 8 to 32", + "Use an alternative email": "Use an alternative email" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/en.json b/l10n/en.json index eb5fac3a..4bde0a60 100644 --- a/l10n/en.json +++ b/l10n/en.json @@ -74,7 +74,8 @@ "Success!": "Success!", "Your __username__@__domain__ account was successfully created.": "Your __username__@__domain__ account was successfully created.", "If you want to use your murena.io email in a mail app like Thunderbird, Outlook or another, please visit this page.": "If you want to use your murena.io email in a mail app like Thunderbird, Outlook or another, please visit this page.", - "Incorrect password length: Required length is 8 to 32": "Incorrect password length: Required length is 8 to 32" + "Incorrect password length: Required length is 8 to 32": "Incorrect password length: Required length is 8 to 32", + "Use an alternative email": "Use an alternative email" }, "pluralForm": "nplurals=2; plural=(n != 1);" } diff --git a/l10n/es.js b/l10n/es.js index f4f64e8e..73c32876 100644 --- a/l10n/es.js +++ b/l10n/es.js @@ -76,6 +76,7 @@ OC.L10N.register( "Success!": "¡Éxito!", "Your __username__@__domain__ account was successfully created.": "Su cuenta __username__@__domain__ se ha creado correctamente.", "If you want to use your murena.io email in a mail app like Thunderbird, Outlook or another, please visit this page.": "Si desea utilizar su correo electrónico de murena.io en una aplicación de correo como Thunderbird, Outlook u otra, visite esta página.", - "Incorrect password length: Required length is 8 to 32": "Longitud de contraseña incorrecta: La longitud requerida es de 8 a 32" + "Incorrect password length: Required length is 8 to 32": "Longitud de contraseña incorrecta: La longitud requerida es de 8 a 32", + "Use an alternative email": "Utilizar un correo electrónico alternativo" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/es.json b/l10n/es.json index eee55840..6a1226da 100644 --- a/l10n/es.json +++ b/l10n/es.json @@ -75,7 +75,8 @@ "Success!": "¡Éxito!", "Your __username__@__domain__ account was successfully created.": "Su cuenta __username__@__domain__ se ha creado correctamente.", "If you want to use your murena.io email in a mail app like Thunderbird, Outlook or another, please visit this page.": "Si desea utilizar su correo electrónico de murena.io en una aplicación de correo como Thunderbird, Outlook u otra, visite esta página.", - "Incorrect password length: Required length is 8 to 32": "Longitud de contraseña incorrecta: La longitud requerida es de 8 a 32" + "Incorrect password length: Required length is 8 to 32": "Longitud de contraseña incorrecta: La longitud requerida es de 8 a 32", + "Use an alternative email": "Utilizar un correo electrónico alternativo" }, "pluralForm": "nplurals=2; plural=(n != 1);" } diff --git a/l10n/fr.js b/l10n/fr.js index dea43d8d..a903fed2 100644 --- a/l10n/fr.js +++ b/l10n/fr.js @@ -75,6 +75,7 @@ OC.L10N.register( "Success!": "Succès !", "Your __username__@__domain__ account was successfully created.": "Votre compte __username__@__domain__ a été créé avec succès.", "If you want to use your murena.io email in a mail app like Thunderbird, Outlook or another, please visit this page.": "Si vous souhaitez utiliser votre email murena.io dans une application de messagerie comme Thunderbird, Outlook ou autre, veuillez visiter cette page.", - "Incorrect password length: Required length is 8 to 32":"ngueur de mot de passe incorrecte : La longueur requise est comprise entre 8 et 32" + "Incorrect password length: Required length is 8 to 32":"ngueur de mot de passe incorrecte : La longueur requise est comprise entre 8 et 32", + "Use an alternative email": "Utiliser un autre courriel" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/fr.json b/l10n/fr.json index e733fab1..f8c3a857 100644 --- a/l10n/fr.json +++ b/l10n/fr.json @@ -74,7 +74,8 @@ "Success!": "Succès !", "Your __username__@__domain__ account was successfully created.": "Votre compte __username__@__domain__ a été créé avec succès.", "If you want to use your murena.io email in a mail app like Thunderbird, Outlook or another, please visit this page.": "Si vous souhaitez utiliser votre email murena.io dans une application de messagerie comme Thunderbird, Outlook ou autre, veuillez visiter cette page.", - "Incorrect password length: Required length is 8 to 32":"ngueur de mot de passe incorrecte : La longueur requise est comprise entre 8 et 32" + "Incorrect password length: Required length is 8 to 32":"ngueur de mot de passe incorrecte : La longueur requise est comprise entre 8 et 32", + "Use an alternative email": "Utiliser un autre courriel" }, "pluralForm": "nplurals=2; plural=(n != 1);" } diff --git a/l10n/it.js b/l10n/it.js index c0a1df64..6afb1f7e 100644 --- a/l10n/it.js +++ b/l10n/it.js @@ -75,6 +75,7 @@ OC.L10N.register( "Success!": "Successo!", "Your __username__@__domain__ account was successfully created.": "L'account __username__@__domain__ è stato creato con successo.", "If you want to use your murena.io email in a mail app like Thunderbird, Outlook or another, please visit this page.": "Se si desidera utilizzare l'e-mail di murena.io in un'applicazione di posta elettronica come Thunderbird, Outlook o altre, visitare questa pagina.", - "Incorrect password length: Required length is 8 to 32":"Lunghezza della password errata: La lunghezza richiesta è da 8 a 32" + "Incorrect password length: Required length is 8 to 32":"Lunghezza della password errata: La lunghezza richiesta è da 8 a 32", + "Use an alternative email": "Utilizzare un'e-mail alternativa" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/it.json b/l10n/it.json index 82634b23..4bca873f 100644 --- a/l10n/it.json +++ b/l10n/it.json @@ -70,7 +70,8 @@ "Recovery Email is required.": "L'e-mail di recupero è necessaria.", "You must read and accept the Terms of Service to create your account.": "Per creare il proprio account è necessario leggere e accettare i Termini di servizio.", "If you want to use your murena.io email in a mail app like Thunderbird, Outlook or another, please visit this page.": "Se si desidera utilizzare l'e-mail di murena.io in un'applicazione di posta elettronica come Thunderbird, Outlook o altre, visitare questa pagina.", - "Incorrect password length: Required length is 8 to 32":"Lunghezza della password errata: La lunghezza richiesta è da 8 a 32" + "Incorrect password length: Required length is 8 to 32":"Lunghezza della password errata: La lunghezza richiesta è da 8 a 32", + "Use an alternative email": "Utilizzare un'e-mail alternativa" }, "pluralForm": "nplurals=2; plural=(n != 1);" } diff --git a/src/signup/RecoveryEmailForm.vue b/src/signup/RecoveryEmailForm.vue index c0377db4..12584303 100644 --- a/src/signup/RecoveryEmailForm.vue +++ b/src/signup/RecoveryEmailForm.vue @@ -18,7 +18,7 @@ name="email" type="email" class="form-input" - :placeholder="t(appName,'Recovery Email')" + :placeholder="t(appName,'Use an alternative email')" @input="validateForm(['email'])">

{{ t(appName,'Recovery Email is required.') }} @@ -28,18 +28,18 @@

- +
@@ -92,6 +92,7 @@ export default { .display-flex { display: flex; justify-content: space-between; + flex-direction: column; } /** mobile font sizes **/ @@ -242,7 +243,7 @@ p.validation-warning:before { padding-right: 5px; } .btn-primary { - width: 95%; + width: 100%; background-color: var(--color-primary); color: white; border-color: var(--color-primary); @@ -250,11 +251,11 @@ p.validation-warning:before { } .btn-default{ - width: 95%; - background-color: var(--color-warning); - color: white; - border-color: var(--color-warning); - font-size: large; + width: 100%; + background-color: var(--color-primary-text); + color: var(--color-primary); + border-color: var(--color-primary); + font-size: large; } @media screen and (max-width: 500px) { -- GitLab From 7851f39fc60b6d096818f4240f006071871f52dc Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Tue, 19 Dec 2023 13:12:46 -0800 Subject: [PATCH 04/37] important added --- l10n/de.js | 3 ++- l10n/de.json | 3 ++- l10n/en.js | 3 ++- l10n/en.json | 3 ++- l10n/es.js | 3 ++- l10n/es.json | 3 ++- l10n/fr.js | 3 ++- l10n/fr.json | 3 ++- l10n/it.js | 3 ++- l10n/it.json | 3 ++- src/signup/RecoveryEmailForm.vue | 19 +++++++++---------- 11 files changed, 29 insertions(+), 20 deletions(-) diff --git a/l10n/de.js b/l10n/de.js index bec3d30a..c333ff5f 100644 --- a/l10n/de.js +++ b/l10n/de.js @@ -75,6 +75,7 @@ OC.L10N.register( "Your __username__@__domain__ account was successfully created.": "Ihr __username__@__domain__-Konto wurde erfolgreich erstellt.", "If you want to use your murena.io email in a mail app like Thunderbird, Outlook or another, please visit this page.": "Wenn Sie Ihre murena.io-E-Mail in einer Mail-Anwendung wie Thunderbird, Outlook oder einer anderen nutzen möchten, besuchen Sie bitte diese Seite.", "Incorrect password length: Required length is 8 to 32": "Falsche Passwortlänge: Erforderliche Länge ist 8 bis 32", - "Use an alternative email": "Verwenden Sie eine alternative E-Mail" + "Use an alternative email": "Verwenden Sie eine alternative E-Mail", + "Important: For security reasons, a recovery email is required. If you decide to set it later, your account will be partially restricted.": "Wichtig! Aus Sicherheitsgründen ist eine Wiederherstellungs-E-Mail erforderlich. Wenn Sie sich entscheiden, diese später einzustellen, wird Ihr Konto teilweise eingeschränkt." }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/de.json b/l10n/de.json index 45745ba4..61ac91a0 100644 --- a/l10n/de.json +++ b/l10n/de.json @@ -73,7 +73,8 @@ "Your __username__@__domain__ account was successfully created.": "Ihr __username__@__domain__-Konto wurde erfolgreich erstellt.", "If you want to use your murena.io email in a mail app like Thunderbird, Outlook or another, please visit this page.": "Wenn Sie Ihre murena.io-E-Mail in einer Mail-Anwendung wie Thunderbird, Outlook oder einer anderen nutzen möchten, besuchen Sie bitte diese Seite.", "Incorrect password length: Required length is 8 to 32": "Falsche Passwortlänge: Erforderliche Länge ist 8 bis 32", - "Use an alternative email": "Verwenden Sie eine alternative E-Mail" + "Use an alternative email": "Verwenden Sie eine alternative E-Mail", + "Important: For security reasons, a recovery email is required. If you decide to set it later, your account will be partially restricted.": "Wichtig! Aus Sicherheitsgründen ist eine Wiederherstellungs-E-Mail erforderlich. Wenn Sie sich entscheiden, diese später einzustellen, wird Ihr Konto teilweise eingeschränkt." }, "pluralForm": "nplurals=2; plural=(n != 1);" } diff --git a/l10n/en.js b/l10n/en.js index e92a4818..91c7aac6 100644 --- a/l10n/en.js +++ b/l10n/en.js @@ -79,6 +79,7 @@ OC.L10N.register( "If you want to use your murena.io email in a mail app like Thunderbird, Outlook or another, please visit this page.": "If you want to use your murena.io email in a mail app like Thunderbird, Outlook or another, please visit this page.", "Recovery email address is already taken.": "Recovery email address is already taken.", "Incorrect password length: Required length is 8 to 32": "Incorrect password length: Required length is 8 to 32", - "Use an alternative email": "Use an alternative email" + "Use an alternative email": "Use an alternative email", + "Important: For security reasons, a recovery email is required. If you decide to set it later, your account will be partially restricted.": "Important: For security reasons, a recovery email is required. If you decide to set it later, your account will be partially restricted." }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/en.json b/l10n/en.json index 4bde0a60..214782f9 100644 --- a/l10n/en.json +++ b/l10n/en.json @@ -75,7 +75,8 @@ "Your __username__@__domain__ account was successfully created.": "Your __username__@__domain__ account was successfully created.", "If you want to use your murena.io email in a mail app like Thunderbird, Outlook or another, please visit this page.": "If you want to use your murena.io email in a mail app like Thunderbird, Outlook or another, please visit this page.", "Incorrect password length: Required length is 8 to 32": "Incorrect password length: Required length is 8 to 32", - "Use an alternative email": "Use an alternative email" + "Use an alternative email": "Use an alternative email", + "Important: For security reasons, a recovery email is required. If you decide to set it later, your account will be partially restricted.": "Important: For security reasons, a recovery email is required. If you decide to set it later, your account will be partially restricted." }, "pluralForm": "nplurals=2; plural=(n != 1);" } diff --git a/l10n/es.js b/l10n/es.js index 73c32876..d62102ac 100644 --- a/l10n/es.js +++ b/l10n/es.js @@ -77,6 +77,7 @@ OC.L10N.register( "Your __username__@__domain__ account was successfully created.": "Su cuenta __username__@__domain__ se ha creado correctamente.", "If you want to use your murena.io email in a mail app like Thunderbird, Outlook or another, please visit this page.": "Si desea utilizar su correo electrónico de murena.io en una aplicación de correo como Thunderbird, Outlook u otra, visite esta página.", "Incorrect password length: Required length is 8 to 32": "Longitud de contraseña incorrecta: La longitud requerida es de 8 a 32", - "Use an alternative email": "Utilizar un correo electrónico alternativo" + "Use an alternative email": "Utilizar un correo electrónico alternativo", + "Important: For security reasons, a recovery email is required. If you decide to set it later, your account will be partially restricted.": "Importante: Por razones de seguridad, se requiere un correo electrónico de recuperación. Si decides configurarlo más tarde, tu cuenta quedará parcialmente restringida." }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/es.json b/l10n/es.json index 6a1226da..a8a693f1 100644 --- a/l10n/es.json +++ b/l10n/es.json @@ -76,7 +76,8 @@ "Your __username__@__domain__ account was successfully created.": "Su cuenta __username__@__domain__ se ha creado correctamente.", "If you want to use your murena.io email in a mail app like Thunderbird, Outlook or another, please visit this page.": "Si desea utilizar su correo electrónico de murena.io en una aplicación de correo como Thunderbird, Outlook u otra, visite esta página.", "Incorrect password length: Required length is 8 to 32": "Longitud de contraseña incorrecta: La longitud requerida es de 8 a 32", - "Use an alternative email": "Utilizar un correo electrónico alternativo" + "Use an alternative email": "Utilizar un correo electrónico alternativo", + "Important: For security reasons, a recovery email is required. If you decide to set it later, your account will be partially restricted.": "Importante: Por razones de seguridad, se requiere un correo electrónico de recuperación. Si decides configurarlo más tarde, tu cuenta quedará parcialmente restringida." }, "pluralForm": "nplurals=2; plural=(n != 1);" } diff --git a/l10n/fr.js b/l10n/fr.js index a903fed2..ac1aacdb 100644 --- a/l10n/fr.js +++ b/l10n/fr.js @@ -76,6 +76,7 @@ OC.L10N.register( "Your __username__@__domain__ account was successfully created.": "Votre compte __username__@__domain__ a été créé avec succès.", "If you want to use your murena.io email in a mail app like Thunderbird, Outlook or another, please visit this page.": "Si vous souhaitez utiliser votre email murena.io dans une application de messagerie comme Thunderbird, Outlook ou autre, veuillez visiter cette page.", "Incorrect password length: Required length is 8 to 32":"ngueur de mot de passe incorrecte : La longueur requise est comprise entre 8 et 32", - "Use an alternative email": "Utiliser un autre courriel" + "Use an alternative email": "Utiliser un autre courriel", + "Important: For security reasons, a recovery email is required. If you decide to set it later, your account will be partially restricted.": "Important : Pour des raisons de sécurité, un courriel de récupération est nécessaire. Si vous décidez de le désactiver ultérieurement, votre compte sera partiellement restreint." }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/fr.json b/l10n/fr.json index f8c3a857..f6ad0556 100644 --- a/l10n/fr.json +++ b/l10n/fr.json @@ -75,7 +75,8 @@ "Your __username__@__domain__ account was successfully created.": "Votre compte __username__@__domain__ a été créé avec succès.", "If you want to use your murena.io email in a mail app like Thunderbird, Outlook or another, please visit this page.": "Si vous souhaitez utiliser votre email murena.io dans une application de messagerie comme Thunderbird, Outlook ou autre, veuillez visiter cette page.", "Incorrect password length: Required length is 8 to 32":"ngueur de mot de passe incorrecte : La longueur requise est comprise entre 8 et 32", - "Use an alternative email": "Utiliser un autre courriel" + "Use an alternative email": "Utiliser un autre courriel", + "Important: For security reasons, a recovery email is required. If you decide to set it later, your account will be partially restricted.": "Important : Pour des raisons de sécurité, un courriel de récupération est nécessaire. Si vous décidez de le désactiver ultérieurement, votre compte sera partiellement restreint." }, "pluralForm": "nplurals=2; plural=(n != 1);" } diff --git a/l10n/it.js b/l10n/it.js index 6afb1f7e..1603ac10 100644 --- a/l10n/it.js +++ b/l10n/it.js @@ -76,6 +76,7 @@ OC.L10N.register( "Your __username__@__domain__ account was successfully created.": "L'account __username__@__domain__ è stato creato con successo.", "If you want to use your murena.io email in a mail app like Thunderbird, Outlook or another, please visit this page.": "Se si desidera utilizzare l'e-mail di murena.io in un'applicazione di posta elettronica come Thunderbird, Outlook o altre, visitare questa pagina.", "Incorrect password length: Required length is 8 to 32":"Lunghezza della password errata: La lunghezza richiesta è da 8 a 32", - "Use an alternative email": "Utilizzare un'e-mail alternativa" + "Use an alternative email": "Utilizzare un'e-mail alternativa", + "Important: For security reasons, a recovery email is required. If you decide to set it later, your account will be partially restricted.": "Importante: Per motivi di sicurezza, è necessario un'e-mail di recupero. Se si decide di impostarla in un secondo momento, l'account verrà parzialmente limitato." }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/it.json b/l10n/it.json index 4bca873f..e3c58ad9 100644 --- a/l10n/it.json +++ b/l10n/it.json @@ -71,7 +71,8 @@ "You must read and accept the Terms of Service to create your account.": "Per creare il proprio account è necessario leggere e accettare i Termini di servizio.", "If you want to use your murena.io email in a mail app like Thunderbird, Outlook or another, please visit this page.": "Se si desidera utilizzare l'e-mail di murena.io in un'applicazione di posta elettronica come Thunderbird, Outlook o altre, visitare questa pagina.", "Incorrect password length: Required length is 8 to 32":"Lunghezza della password errata: La lunghezza richiesta è da 8 a 32", - "Use an alternative email": "Utilizzare un'e-mail alternativa" + "Use an alternative email": "Utilizzare un'e-mail alternativa", + "Important: For security reasons, a recovery email is required. If you decide to set it later, your account will be partially restricted.": "Importante: Per motivi di sicurezza, è necessario un'e-mail di recupero. Se si decide di impostarla in un secondo momento, l'account verrà parzialmente limitato." }, "pluralForm": "nplurals=2; plural=(n != 1);" } diff --git a/src/signup/RecoveryEmailForm.vue b/src/signup/RecoveryEmailForm.vue index 12584303..73fd6d46 100644 --- a/src/signup/RecoveryEmailForm.vue +++ b/src/signup/RecoveryEmailForm.vue @@ -1,14 +1,5 @@