fix(amazon): correct amazon home card item names

This commit is contained in:
Jason Dreyzehner 2017-02-02 19:21:01 -05:00
commit f46a210d48

View file

@ -18,14 +18,14 @@ angular.module('copayApp.services').factory('amazonService', function($http, $lo
var homeItem = {
name: 'amazon',
title: 'Amazon Gift Cards',
title: 'Amazon.com Gift Cards',
icon: 'icon-amazon',
sref: 'tabs.giftcards.amazon',
};
var nextStepItem = {
name: 'amazon',
title: 'Buy a gift card',
title: 'Buy Amazon.com Gift Cards',
icon: 'icon-amazon',
sref: 'tabs.giftcards.amazon',
};