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
|
|
@ -82,7 +82,7 @@ angular.module('copayApp.controllers').controller('coinbaseController', function
|
|||
this.openSignupWindow = function() {
|
||||
var url = coinbaseService.getSignupUrl();
|
||||
var optIn = true;
|
||||
var title = gettextCatalog.getString('Create Account');
|
||||
var title = gettextCatalog.getString('Sign Up for Coinbase');
|
||||
var message = gettextCatalog.getString('This will open Coinbase.com, where you can create an account.');
|
||||
var okText = gettextCatalog.getString('Go to Coinbase');
|
||||
var cancelText = gettextCatalog.getString('Back');
|
||||
|
|
@ -93,7 +93,7 @@ angular.module('copayApp.controllers').controller('coinbaseController', function
|
|||
var url = coinbaseService.getSupportUrl();
|
||||
var optIn = true;
|
||||
var title = gettextCatalog.getString('Coinbase Support');
|
||||
var message = gettextCatalog.getString('Help and support for the Coinbase service is available on their website.');
|
||||
var message = gettextCatalog.getString('You can email support@coinbase.com for direct support, or you can view their help center.');
|
||||
var okText = gettextCatalog.getString('Open Help Center');
|
||||
var cancelText = gettextCatalog.getString('Go Back');
|
||||
externalLinkService.open(url, optIn, title, message, okText, cancelText);
|
||||
|
|
|
|||
|
|
@ -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