fix translations

This commit is contained in:
Gabriel Bazán 2016-12-28 16:29:45 -03:00
commit dfcc434aca
12 changed files with 346 additions and 437 deletions

View file

@ -18,7 +18,7 @@ angular.module('copayApp.controllers').controller('termsController', function($s
var url = appConfigService.disclaimerUrl;
var optIn = true;
var title = gettextCatalog.getString('View Terms of Service');
var message = gettextCatalog.getString('The official English Terms of Service are available on the BitPay website. Would you like to view them?');
var message = gettextCatalog.getString('The official English Terms of Service are available on the BitPay website.');
var okText = gettextCatalog.getString('Open Website');
var cancelText = gettextCatalog.getString('Go Back');
externalLinkService.open(url, optIn, title, message, okText, cancelText);