Fixes translations
This commit is contained in:
parent
56abc76494
commit
783b9207bf
3 changed files with 640 additions and 123 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue