diff --git a/src/js/controllers/import.js b/src/js/controllers/import.js index a7d147c3e..6d457343d 100644 --- a/src/js/controllers/import.js +++ b/src/js/controllers/import.js @@ -40,7 +40,7 @@ angular.module('copayApp.controllers').controller('importController', var parsedCode = code.split('|'); if (parsedCode.length != 5) { - $scope.error = gettext('Cannot read the code properly. Missing parameters'); + $scope.error = gettext('Incorrect code format'); return; }