fix display error message

This commit is contained in:
Javier 2015-11-20 14:42:41 -03:00
commit c6b8510308

View file

@ -1,7 +1,7 @@
'use strict';
angular.module('copayApp.controllers').controller('backupController',
function($rootScope, $scope, $timeout, $log, $state, $compile, go, lodash, profileService, bwcService, bwsError) {
function($rootScope, $scope, $timeout, $log, $state, $compile, go, lodash, profileService, gettext, bwcService, bwsError) {
var self = this;
var fc = profileService.focusedClient;