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 @@
"sending": "Sending...",
"propagating": "Propagating...",
"validating": "Validating...",
"anErrorOccured": "An error occurred",
"anErrorOccurred": "An error occurred",
"24hbetweenCerts": "You have to wait 24h between certs",
"canNotCertifySelf": "You can not certify yourself",
"nameAlreadyExist": "This name is already taken",
......
......@@ -137,7 +137,7 @@
"sending": "Enviando...",
"propagating": "Propagando...",
"validating": "Validando...",
"anErrorOccured": "Ocurrió un error",
"anErrorOccurred": "Ocurrió un error",
"24hbetweenCerts": "You have to wait 24h between certs",
"canNotCertifySelf": "You can not certify yourself",
"nameAlreadyExist": "This name is already taken",
......
......@@ -138,7 +138,7 @@
"sending": "Envoi en cours...",
"propagating": "En cours de propagation...",
"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",
"canNotCertifySelf": "Vous ne pouvez pas vous certifier\nvous même ...",
"nameAlreadyExist": "Ce nom est déjà pris",
......
......@@ -103,7 +103,7 @@ class TransactionInProgress extends StatelessWidget {
'g1migration Bloc of last transaction: ${sub.blocNumber} --- $result');
} else {
isValid = false;
resultText = "${"anErrorOccured".tr()}:\n";
resultText = "${"anErrorOccurred".tr()}:\n";
final List exceptionSplit = result.split('Exception: ');
String exception;
if (exceptionSplit.length > 1) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment