Skip to content
Snippets Groups Projects
Commit 58c82069 authored by Eloi Torrents's avatar Eloi Torrents
Browse files

Fix typo: anErrorOccurred

parent e0d1d3a0
No related branches found
No related tags found
1 merge request!36Fix typo: anErrorOccurred
...@@ -137,7 +137,7 @@ ...@@ -137,7 +137,7 @@
"sending": "Sending...", "sending": "Sending...",
"propagating": "Propagating...", "propagating": "Propagating...",
"validating": "Validating...", "validating": "Validating...",
"anErrorOccured": "An error occurred", "anErrorOccurred": "An error occurred",
"24hbetweenCerts": "You have to wait 24h between certs", "24hbetweenCerts": "You have to wait 24h between certs",
"canNotCertifySelf": "You can not certify yourself", "canNotCertifySelf": "You can not certify yourself",
"nameAlreadyExist": "This name is already taken", "nameAlreadyExist": "This name is already taken",
......
...@@ -137,7 +137,7 @@ ...@@ -137,7 +137,7 @@
"sending": "Enviando...", "sending": "Enviando...",
"propagating": "Propagando...", "propagating": "Propagando...",
"validating": "Validando...", "validating": "Validando...",
"anErrorOccured": "Ocurrió un error", "anErrorOccurred": "Ocurrió un error",
"24hbetweenCerts": "You have to wait 24h between certs", "24hbetweenCerts": "You have to wait 24h between certs",
"canNotCertifySelf": "You can not certify yourself", "canNotCertifySelf": "You can not certify yourself",
"nameAlreadyExist": "This name is already taken", "nameAlreadyExist": "This name is already taken",
......
...@@ -138,7 +138,7 @@ ...@@ -138,7 +138,7 @@
"sending": "Envoi en cours...", "sending": "Envoi en cours...",
"propagating": "En cours de propagation...", "propagating": "En cours de propagation...",
"validating": "En cours de validation...", "validating": "En cours de validation...",
"anErrorOccured": "Une erreur s'est produite", "anErrorOccurred": "Une erreur s'est produite",
"24hbetweenCerts": "Vous devez attendre 24h entre chaque certification", "24hbetweenCerts": "Vous devez attendre 24h entre chaque certification",
"canNotCertifySelf": "Vous ne pouvez pas vous certifier\nvous même ...", "canNotCertifySelf": "Vous ne pouvez pas vous certifier\nvous même ...",
"nameAlreadyExist": "Ce nom est déjà pris", "nameAlreadyExist": "Ce nom est déjà pris",
......
...@@ -103,7 +103,7 @@ class TransactionInProgress extends StatelessWidget { ...@@ -103,7 +103,7 @@ class TransactionInProgress extends StatelessWidget {
'g1migration Bloc of last transaction: ${sub.blocNumber} --- $result'); 'g1migration Bloc of last transaction: ${sub.blocNumber} --- $result');
} else { } else {
isValid = false; isValid = false;
resultText = "${"anErrorOccured".tr()}:\n"; resultText = "${"anErrorOccurred".tr()}:\n";
final List exceptionSplit = result.split('Exception: '); final List exceptionSplit = result.split('Exception: ');
String exception; String exception;
if (exceptionSplit.length > 1) { if (exceptionSplit.length > 1) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment