Merge pull request #276 from Bitcoin-com/wallet/task/514

Upgrade text
This commit is contained in:
Jean-Baptiste Dominguez 2018-08-14 11:41:37 +09:00 committed by GitHub
commit 580912748a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -2648,7 +2648,7 @@ msgid "Paste Address"
msgstr ""
#: www/views/tab-send.html:27
msgid "Wallet to Wallet Transfer"
msgid "Transfer between wallets"
msgstr ""
#: www/views/tab-send.html:35

View file

@ -25,11 +25,11 @@ angular.module('copayApp.controllers').controller('walletSelectorController', fu
switch($state.current.name) {
case 'tabs.send.wallet-to-wallet':
$scope.sendFlowTitle = gettextCatalog.getString('Wallet to Wallet Transfer');
$scope.sendFlowTitle = gettextCatalog.getString('Transfer between wallets');
break;
case 'tabs.send.destination':
if ($scope.params.fromWalletId && !$scope.params.thirdParty) {
$scope.sendFlowTitle = gettextCatalog.getString('Wallet to Wallet Transfer');
$scope.sendFlowTitle = gettextCatalog.getString('Transfer between wallets');
}
break;
default:

View file

@ -50,7 +50,7 @@
<div class="col-60">
<button class="button button-standard button-primary button-outline" ng-click="startWalletToWalletTransfer()">
<img src="img/icon-w2w.svg"/><br/>
<span translate>Wallet to Wallet Transfer</span>
<span translate>Transfer between wallets</span>
</button>
</div>
</div>