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
|
|
@ -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',
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue