Fixed typo, #2953

Ylian Saint-Hilaire committed Jul 28, 2021 at 09:17 UTC 46606b1bf40bec5e8b6a801fa40cf6d52f11ef49
2 files changed +2 -2
translate/translate.json
+1 -1
@@ -36383,7 +36383,7 @@
36383 {
36384 "cs": "Přidejte 2-faktorové záložní kódy. Pokud dojde ke ztrátě stávajícího faktoru, není možné tento účet obnovit.",
36385 "de": "Bitte fügen Sie Zweifaktor-Sicherungscodes hinzu. Falls der aktuelle Faktor verloren geht, kann dieses Konto nicht wiederhergestellt werden.",
36386 - "en": "Please add two-factor backup codes. If the current factor is lost, there is not way to recover this account.",
36386 + "en": "Please add two-factor backup codes. If the current factor is lost, there is no way to recover this account.",
36387 "es": "Agregar códigos de respaldo de dos factores. Si se pierde el factor actual, no hay forma de recuperar esta cuenta.",
36388 "fi": "Lisää kahden tekijän varmuuskoodit. Jos nykyinen tekijä menetetään, tätä tiliä ei voida palauttaa.",
36389 "fr": "Veuillez ajouter un autre facteur. Si le facteur actuel est perdu, il n'y a pas moyen de récupérer ce compte.",
views/default.handlebars
+1 -1
@@ -2077,7 +2077,7 @@
2077
2078 // Check if none or at least 2 factors are enabled.
2079 if ((backupCodesWarningDone == false) && (authFactorCount == 1)) {
2080 - addNotification({ text: "Please add two-factor backup codes. If the current factor is lost, there is not way to recover this account.", title: "Two factor authentication" });
2080 + addNotification({ text: "Please add two-factor backup codes. If the current factor is lost, there is no way to recover this account.", title: "Two factor authentication" });
2081 backupCodesWarningDone = true;
2082 }
2083