Rename Gas Limit to Gas Used on Internal Transactions

Fixes #321
pull/322/head
Andrew Cravenho 7 years ago
parent 027ad14df0
commit dfab94355b
  1. 2
      apps/explorer_web/lib/explorer_web/templates/transaction_internal_transaction/index.html.eex

@ -31,7 +31,7 @@
<th><%= gettext "From" %></th>
<th><%= gettext "To" %></th>
<th><%= gettext "Value" %> (<%= gettext "Ether" %>)</th>
<th><%= gettext "Gas Limit" %> (<%= gettext "Gas" %>)</th>
<th><%= gettext "Gas Used" %></th>
</thead>
<%= for internal_transaction <- @internal_transactions do %>
<tgroup>

Loading…
Cancel
Save