fix(buyandsell): minor language improvements to buyandsell flows
This commit is contained in:
parent
aaf9008394
commit
1ba28be47c
6 changed files with 8 additions and 8 deletions
|
|
@ -1295,7 +1295,7 @@ angular.module('copayApp.services').factory('bitpayCardService', function($log,
|
|||
|
||||
var nextStepItem = {
|
||||
name: 'bitpaycard',
|
||||
title: 'Add Bitpay VISA Card',
|
||||
title: 'Add BitPay Visa® Card',
|
||||
icon: 'icon-bitpay-card',
|
||||
sref: 'tabs.bitpayCardIntro',
|
||||
};
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ angular.module('copayApp.services').factory('buyAndSellService', function($log,
|
|||
|
||||
if (linkedServices.length == 0) {
|
||||
nextStepsService.register({
|
||||
title: 'Buy and Sell',
|
||||
title: 'Buy or Sell Bitcoin',
|
||||
name: 'buyandsell',
|
||||
icon: 'icon-buy-bitcoin',
|
||||
sref: 'tabs.buyandsell',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue