diff --git a/src/js/controllers/create.js b/src/js/controllers/create.js index 33a9339fb..ed017f509 100644 --- a/src/js/controllers/create.js +++ b/src/js/controllers/create.js @@ -91,7 +91,7 @@ angular.module('copayApp.controllers').controller('createController', self.loading = false; if (err) { if (err == "Error creating wallet" && opts.extendedPublicKey) { - err = "This xpub index is already used by another wallet. Please select another index." + err = gettext("This xpub index is already used by another wallet. Please select another index."); } $log.debug(err); self.error = err;