diff --git a/apps/explorer_web/lib/explorer_web/templates/address/overview.html.eex b/apps/explorer_web/lib/explorer_web/templates/address/overview.html.eex index 58d3fb5884..7bb248f0cf 100644 --- a/apps/explorer_web/lib/explorer_web/templates/address/overview.html.eex +++ b/apps/explorer_web/lib/explorer_web/templates/address/overview.html.eex @@ -21,10 +21,17 @@ - <%= gettext "Balance" %> + <%= gettext "POA Balance" %> - <%= balance(@address) %>
+ <%= balance(@address) %> + + + + + <%= gettext "USD Balance" %> + + <%= formatted_usd(@address, @exchange_rate) %>