Made strings in Home tab translatable for "Explore Bitcoin.com", "Services", and "Community".
This commit is contained in:
parent
7dea47eb42
commit
63d0ed39ad
5 changed files with 55 additions and 10 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue