Localize copy

pull/99/head
jimmay5469 7 years ago
parent 25de5f1156
commit d534a73503
  1. 2
      apps/explorer_web/lib/explorer_web/templates/transaction/show.html.eex
  2. 2
      apps/explorer_web/lib/explorer_web/templates/transaction_log/index.html.eex

@ -37,7 +37,7 @@
<% end %>
</table>
<% else %>
<p>There are no Internal Transactions</p>
<p><%= gettext "There are no Internal Transactions" %></p>
<% end %>
</div>
</div>

@ -33,7 +33,7 @@
<% end %>
</table>
<% else %>
<p>There are no logs currently.</p>
<p><%= gettext "There are no logs currently." %></p>
<% end %>
</div>
</div>

Loading…
Cancel
Save