From 7b1eee73992c5422e588f4dc18a5793bcfb93a57 Mon Sep 17 00:00:00 2001 From: katibest Date: Tue, 11 Sep 2018 10:58:42 -0400 Subject: [PATCH] Added in the missing Gettext --- .../templates/address/overview.html.eex | 8 ++++---- .../templates/address_contract/index.html.eex | 18 ++++++++--------- .../new.html.eex | 20 +++++++++---------- .../_internal_transaction.html.eex | 2 +- .../index.html.eex | 2 +- .../templates/address_token/index.html.eex | 2 +- .../address_transaction/index.html.eex | 2 +- .../templates/block/index.html.eex | 2 +- .../block_transaction/index.html.eex | 2 +- .../templates/layout/_topnav.html.eex | 6 +++--- .../tokens/overview/_details.html.eex | 6 +++--- .../templates/transaction_log/index.html.eex | 6 +++--- 12 files changed, 38 insertions(+), 38 deletions(-) diff --git a/apps/block_scout_web/lib/block_scout_web/templates/address/overview.html.eex b/apps/block_scout_web/lib/block_scout_web/templates/address/overview.html.eex index e8c1e7693e..8aeac76906 100644 --- a/apps/block_scout_web/lib/block_scout_web/templates/address/overview.html.eex +++ b/apps/block_scout_web/lib/block_scout_web/templates/address/overview.html.eex @@ -5,17 +5,17 @@
-

<%= address_title(@address) %> Details

+

<%= address_title(@address) %> <%= gettext "Details" %>

<%= @address.hash %>

<%= Cldr.Number.to_string!(@transaction_count, format: "#,###") %> <%= gettext "Transactions" %> @@ -62,7 +62,7 @@