From dfab94355bf13b174533de24d0d0b59d2d5f8b47 Mon Sep 17 00:00:00 2001 From: Andrew Cravenho Date: Wed, 20 Jun 2018 14:24:18 -0400 Subject: [PATCH] Rename Gas Limit to Gas Used on Internal Transactions Fixes #321 --- .../templates/transaction_internal_transaction/index.html.eex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/explorer_web/lib/explorer_web/templates/transaction_internal_transaction/index.html.eex b/apps/explorer_web/lib/explorer_web/templates/transaction_internal_transaction/index.html.eex index 5d017d1d00..5707e4c34e 100644 --- a/apps/explorer_web/lib/explorer_web/templates/transaction_internal_transaction/index.html.eex +++ b/apps/explorer_web/lib/explorer_web/templates/transaction_internal_transaction/index.html.eex @@ -31,7 +31,7 @@ <%= gettext "From" %> <%= gettext "To" %> <%= gettext "Value" %> (<%= gettext "Ether" %>) - <%= gettext "Gas Limit" %> (<%= gettext "Gas" %>) + <%= gettext "Gas Used" %> <%= for internal_transaction <- @internal_transactions do %>