fix(buyandsell): minor language improvements to buyandsell flows

This commit is contained in:
Jason Dreyzehner 2017-02-01 18:04:24 -05:00
commit 1ba28be47c
6 changed files with 8 additions and 8 deletions

View file

@ -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',
};

View file

@ -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',