simplify error message
This commit is contained in:
parent
a77df6f458
commit
9bffcc7db8
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ angular.module('copayApp.controllers').controller('importController',
|
||||||
var parsedCode = code.split('|');
|
var parsedCode = code.split('|');
|
||||||
|
|
||||||
if (parsedCode.length != 5) {
|
if (parsedCode.length != 5) {
|
||||||
$scope.error = gettext('Cannot read the code properly. Missing parameters');
|
$scope.error = gettext('Incorrect code format');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue