message to translators
This commit is contained in:
parent
9bffcc7db8
commit
1869f42937
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ angular.module('copayApp.controllers').controller('importController',
|
||||||
var parsedCode = code.split('|');
|
var parsedCode = code.split('|');
|
||||||
|
|
||||||
if (parsedCode.length != 5) {
|
if (parsedCode.length != 5) {
|
||||||
|
/// Trying to import a malformed wallet export QR code
|
||||||
$scope.error = gettext('Incorrect code format');
|
$scope.error = gettext('Incorrect code format');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue