fix(amazon): correct amazon home card item names
This commit is contained in:
parent
9abdcb93ed
commit
f46a210d48
1 changed files with 2 additions and 2 deletions
|
|
@ -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',
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue