From c2a6c5936e3e25c6f92c18a8c26934d4ec48314d Mon Sep 17 00:00:00 2001 From: Victor Baranov Date: Fri, 26 Apr 2019 18:07:13 +0300 Subject: [PATCH] "Testnet" -> "Testnets" --- .../lib/block_scout_web/templates/layout/_topnav.html.eex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/block_scout_web/lib/block_scout_web/templates/layout/_topnav.html.eex b/apps/block_scout_web/lib/block_scout_web/templates/layout/_topnav.html.eex index be7e14afa9..4041f7a68f 100644 --- a/apps/block_scout_web/lib/block_scout_web/templates/layout/_topnav.html.eex +++ b/apps/block_scout_web/lib/block_scout_web/templates/layout/_topnav.html.eex @@ -123,7 +123,7 @@ <%= for %{url: url, title: title} <- head_main_nets() do %> <%= title %> <% end %> - Testnet + Testnets <%= for %{url: url, title: title} <- test_nets() do %> <%= title %> <% end %>