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

@ -5,7 +5,7 @@ angular.module('copayApp.services').factory('shapeshiftService', function($http,
var servicesItem = {
name: 'shapeshift',
title: 'Shapeshift',
title: gettextCatalog.getString('Shapeshift'),
icon: 'icon-shapeshift',
sref: 'tabs.shapeshift',
};