Skip to content

Commit

Permalink
pay to escrow
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyofbyteball committed Jun 7, 2022
1 parent 2604373 commit d2185b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/views/modals/view-arbiter-contract.html
Expand Up @@ -194,7 +194,7 @@ <h3 class="unit" ng-if="status === 'accepted' || status === 'paid' || status ===
<div class="row columns m20t" ng-show="status === 'signed' && !!me_is_payer">
<div class="large-12 medium-12 small-12 columns">
<button class="button expand round" ng-class="yes_button_class" ng-click="pay()" ng-disabled="bWorking">
<span class="textellipsis"><i class="yes_icon"></i> <span class="tu" translate>Pay</span> {{amountStr}} {{assetMetadata ? '' : asset.substr(0, 4)}}</span>
<span class="textellipsis"><i class="yes_icon"></i> <span class="tu" translate>Pay</span> {{amountStr}} {{assetMetadata ? '' : asset.substr(0, 4)}} <span class="tu" translate>to escrow</span></span>
</button>
</div>
</div>
Expand Down

0 comments on commit d2185b6

Please sign in to comment.