Skip to content
Snippets Groups Projects
Commit 840a7337 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

fix #357

parent 6600ecee
No related branches found
No related tags found
No related merge requests found
...@@ -438,7 +438,7 @@ ...@@ -438,7 +438,7 @@
"REFRESH_WALLET_DATA": "Could not refresh wallet.", "REFRESH_WALLET_DATA": "Could not refresh wallet.",
"GET_CURRENCY_PARAMETER": "Could not get currency parameters.", "GET_CURRENCY_PARAMETER": "Could not get currency parameters.",
"GET_CURRENCIES_FAILED": "Unable to load currencies. Please retry later.", "GET_CURRENCIES_FAILED": "Unable to load currencies. Please retry later.",
"GET_CURRENCY_FAILED": "Could not load currency.", "GET_CURRENCY_FAILED": "Could not load currency. Please retry later.",
"SEND_TX_FAILED": "Could not send transaction.", "SEND_TX_FAILED": "Could not send transaction.",
"ALL_SOURCES_USED": "Please wait the next block computation (All transaction sources has been used).", "ALL_SOURCES_USED": "Please wait the next block computation (All transaction sources has been used).",
"NOT_ENOUGH_SOURCES": "Not enough changes to send this amount in one time.<br/>Maximum amount: {{amount}} {{unit}}<sub>{{subUnit}}</sub>.", "NOT_ENOUGH_SOURCES": "Not enough changes to send this amount in one time.<br/>Maximum amount: {{amount}} {{unit}}<sub>{{subUnit}}</sub>.",
......
...@@ -438,7 +438,7 @@ ...@@ -438,7 +438,7 @@
"REFRESH_WALLET_DATA": "Could not refresh wallet.", "REFRESH_WALLET_DATA": "Could not refresh wallet.",
"GET_CURRENCY_PARAMETER": "Could not get currency parameters.", "GET_CURRENCY_PARAMETER": "Could not get currency parameters.",
"GET_CURRENCIES_FAILED": "Unable to load currencies. Please retry later.", "GET_CURRENCIES_FAILED": "Unable to load currencies. Please retry later.",
"GET_CURRENCY_FAILED": "Could not load currency.", "GET_CURRENCY_FAILED": "Could not load currency. Please retry later.",
"SEND_TX_FAILED": "Could not send transaction.", "SEND_TX_FAILED": "Could not send transaction.",
"ALL_SOURCES_USED": "Please wait the next block computation (All transaction sources has been used).", "ALL_SOURCES_USED": "Please wait the next block computation (All transaction sources has been used).",
"NOT_ENOUGH_SOURCES": "Not enough changes to send this amount in one time.<br/>Maximum amount: {{amount}} {{unit}}<sub>{{subUnit}}</sub>.", "NOT_ENOUGH_SOURCES": "Not enough changes to send this amount in one time.<br/>Maximum amount: {{amount}} {{unit}}<sub>{{subUnit}}</sub>.",
......
...@@ -438,7 +438,7 @@ ...@@ -438,7 +438,7 @@
"REFRESH_WALLET_DATA": "Echec du rafraichissement du portefeuille.", "REFRESH_WALLET_DATA": "Echec du rafraichissement du portefeuille.",
"GET_CURRENCY_PARAMETER": "Echec de la récupération des règles de la monnaie.", "GET_CURRENCY_PARAMETER": "Echec de la récupération des règles de la monnaie.",
"GET_CURRENCIES_FAILED": "Impossible de charger la liste des monnaies. Veuillez ressayer plus tard.", "GET_CURRENCIES_FAILED": "Impossible de charger la liste des monnaies. Veuillez ressayer plus tard.",
"GET_CURRENCY_FAILED": "Chargement de la monnaie impossible.", "GET_CURRENCY_FAILED": "Chargement de la monnaie impossible. Veuillez ressayer plus tard.",
"SEND_TX_FAILED": "Echec du virement.", "SEND_TX_FAILED": "Echec du virement.",
"ALL_SOURCES_USED": "Veuillez attendre le calcul du prochain bloc (Toutes vos sources de monnaie ont été utilisées).", "ALL_SOURCES_USED": "Veuillez attendre le calcul du prochain bloc (Toutes vos sources de monnaie ont été utilisées).",
"NOT_ENOUGH_SOURCES": "Pas assez de change pour envoyer ce montant en une seule transaction.<br/>Montant maximum : {{amount}} {{unit}}<sub>{{subUnit}}</sub>.", "NOT_ENOUGH_SOURCES": "Pas assez de change pour envoyer ce montant en une seule transaction.<br/>Montant maximum : {{amount}} {{unit}}<sub>{{subUnit}}</sub>.",
......
...@@ -66,7 +66,7 @@ function JoinModalController($scope, $state, UIUtils, CryptoUtils, Modals, csWa ...@@ -66,7 +66,7 @@ function JoinModalController($scope, $state, UIUtils, CryptoUtils, Modals, csWa
} }
$scope.search.looking = false; $scope.search.looking = false;
}) })
.catch(UIUtils.onError('GET_CURRENCIES_FAILED')); .catch(UIUtils.onError('ERROR.GET_CURRENCIES_FAILED'));
$scope.slidePrev = function() { $scope.slidePrev = function() {
$scope.slides.slider.unlockSwipes(); $scope.slides.slider.unlockSwipes();
......
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