Text change Mining Pool + template.pot change

This commit is contained in:
Sebastiaan Pasma 2018-10-04 11:40:48 +02:00
commit b19704e633
No known key found for this signature in database
GPG key ID: 9A2B0C8B95A1D26F
2 changed files with 2 additions and 2 deletions

View file

@ -3797,7 +3797,7 @@ msgid "News"
msgstr ""
#: src/js/services/bitcoincomService.js:35
msgid "Mining Pool"
msgid "Start mining Bitcoin"
msgstr ""
#: src/js/services/bitcoincomService.js:42

View file

@ -33,7 +33,7 @@ angular.module('copayApp.services').factory('bitcoincomService', function(gettex
var poolItem = {
name: 'pool',
title: gettextCatalog.getString('Mining Pool'),
title: gettextCatalog.getString('Start mining Bitcoin'),
icon: 'icon-mining',
href: 'https://pool.bitcoin.com/?utm_source=WalletApp&utm_medium=' + os + '&utm_campaign=Pool'
};