From a03b864858934e8725002615e741e52678c9ff9c Mon Sep 17 00:00:00 2001 From: jimmay5469 Date: Thu, 12 Jul 2018 09:28:58 -0400 Subject: [PATCH] Use gettext in template Co-authored-by: katibest --- .../lib/explorer_web/templates/address/_link.html.eex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/explorer_web/lib/explorer_web/templates/address/_link.html.eex b/apps/explorer_web/lib/explorer_web/templates/address/_link.html.eex index 5139f85273..8e7452b154 100644 --- a/apps/explorer_web/lib/explorer_web/templates/address/_link.html.eex +++ b/apps/explorer_web/lib/explorer_web/templates/address/_link.html.eex @@ -9,5 +9,5 @@ <% end %> <% end %> <% else %> - Contract Address Pending + <%= gettext("Contract Address Pending") %> <% end %>