Made strings in Home tab translatable for "Explore Bitcoin.com", "Services", and "Community".

This commit is contained in:
Brendon Duncan 2018-07-17 11:00:33 +12:00
commit 63d0ed39ad
5 changed files with 55 additions and 10 deletions

View file

@ -23,7 +23,7 @@ angular.module('copayApp.services').factory('buyAndSellService', function($log,
if (linkedServices.length == 0) {
servicesService.register({
title: 'Buy Bitcoin',
title: gettextCatalog.getString('Buy Bitcoin'),
name: 'buyandsell',
icon: 'icon-buy-bitcoin2',
sref: 'tabs.buyandsell',