fix comment of: https://github.com/bitpay/copay/issues/2045
This commit is contained in:
parent
48a16dfc94
commit
7f42d60d5d
1 changed files with 3 additions and 9 deletions
|
|
@ -80,7 +80,7 @@
|
|||
<div ng-show="!showAlternative">
|
||||
<div class="row collapse">
|
||||
|
||||
<label for="amount"><span translate>Amount in</span> {{$root.wallet.settings.unitName}}
|
||||
<label for="amount"><span translate>Amount
|
||||
<small translate ng-hide="!sendForm.amount.$pristine && amount">required</small>
|
||||
</label>
|
||||
|
||||
|
|
@ -135,11 +135,10 @@
|
|||
<p> From {{fetchingURL}}
|
||||
</div>
|
||||
|
||||
<div class="large-12 columns" ng-show="!!$root.merchant || isPayUri">
|
||||
<h3 ng-show="!isPayUri">This is a payment protocol transaction</h3>
|
||||
<div class="large-12 columns" ng-show="!!$root.merchant">
|
||||
<h3 >This is a payment protocol transaction</h3>
|
||||
<div class="send-note">
|
||||
<p>
|
||||
<span ng-show="isPayUri">Payment to: </span>
|
||||
<b>{{$root.merchant.pr.pd.memo || address}}</b>
|
||||
</p>
|
||||
|
||||
|
|
@ -148,11 +147,6 @@
|
|||
<span class="text-gray" ng-if="isRateAvailable">
|
||||
{{ alternative }} {{ alternativeIsoCode }}
|
||||
</span>
|
||||
<span class="text-gray" >
|
||||
(<span translate>Including fee of</span>
|
||||
{{defaultFee}}
|
||||
{{$root.wallet.settings.unitName}})
|
||||
</span>
|
||||
<p ng-show="!!$root.merchant">
|
||||
Expires {{$root.merchant.expiration | amTimeAgo }}
|
||||
[{{$root.merchant.domain}}]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue