Fixes translations

This commit is contained in:
Gustavo Maximiliano Cortez 2015-09-09 17:53:05 -03:00 committed by Matias Alejo Garcia
commit 783b9207bf
3 changed files with 640 additions and 123 deletions

View file

@ -3,7 +3,7 @@
angular.module('copayApp.controllers').controller('wordsController',
function($rootScope, $scope, $timeout, profileService, go, gettext, confirmDialog, notification) {
var msg = gettext('Are you to delete the backup words?');
var msg = gettext('Are you sure you want to delete the backup words?');
var successMsg = gettext('Backup words deleted');
this.done = function() {