some text changes
This commit is contained in:
parent
bd2114eaea
commit
66dbf5beca
2 changed files with 2 additions and 2 deletions
|
|
@ -466,7 +466,7 @@ angular.module('copayApp.controllers').controller('amountController', function($
|
|||
if ($scope.showWarningMessage) {
|
||||
var u = $scope.unit == 'BCH' || $scope.unit == 'BTC' ? $scope.unit : $scope.alternativeUnit;
|
||||
var message = 'Are you sure you want to send ' + u.toUpperCase() + '?';
|
||||
popupService.showConfirm(message, null, 'Yes', 'No', function(res) {
|
||||
popupService.showConfirm(message, '', 'Yes', 'No', function(res) {
|
||||
if (!res) return;
|
||||
finish();
|
||||
});
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
<ion-content id="onboard-tour-control" scroll="false" ng-init="createProfile()">
|
||||
<img src='img/app/logo-negative.png' id="logo" />
|
||||
<div class="onboarding-topic" translate>You control your bitcoin.</div>
|
||||
<div class="onboarding-description" translate>This app stores your bitcoin locally on your phone with cutting-edge security.</div>
|
||||
<div class="onboarding-description" translate>This app stores your bitcoin locally on your device with cutting-edge security.</div>
|
||||
<div class="onboarding-illustration-control"></div>
|
||||
<div class="cta-buttons">
|
||||
<div class="onboarding-tldr" translate>Not even Bitcoin.com can access it.</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue