mirror of
https://github.com/corda/corda.git
synced 2025-01-20 19:49:25 +00:00
Renamed notional amount to notional.
This commit is contained in:
parent
d5ca4590d8
commit
250dbaa45d
@ -53,7 +53,7 @@
|
||||
<td>{{deal.fixedLeg.fixedRatePayer}}</td>
|
||||
</tr>
|
||||
<tr class="center aligned">
|
||||
<td>Notional Amount</td>
|
||||
<td>Notional</td>
|
||||
<td>{{deal.fixedLeg.notional.quantity | number}} {{deal.fixedLeg.notional.token}}</td>
|
||||
</tr>
|
||||
<tr class="center aligned">
|
||||
@ -122,7 +122,7 @@
|
||||
<td>{{deal.floatingLeg.floatingRatePayer}}</td>
|
||||
</tr>
|
||||
<tr class="center aligned">
|
||||
<td>Notional Amount</td>
|
||||
<td>Notional</td>
|
||||
<td>{{deal.floatingLeg.notional.quantity | number}} {{deal.floatingLeg.notional.token}}</td>
|
||||
</tr>
|
||||
<tr class="center aligned">
|
||||
|
Loading…
Reference in New Issue
Block a user