From b63659727f90df138ea7cb8ca075f1180aa49f45 Mon Sep 17 00:00:00 2001 From: Viktor Baranov Date: Wed, 12 Apr 2023 13:36:54 +0300 Subject: [PATCH] Rremove :httpoison from mix.exs and typo fix in template --- .../templates/address_decompiled_contract/index.html.eex | 2 +- apps/block_scout_web/priv/gettext/en/LC_MESSAGES/default.po | 2 +- mix.exs | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/apps/block_scout_web/lib/block_scout_web/templates/address_decompiled_contract/index.html.eex b/apps/block_scout_web/lib/block_scout_web/templates/address_decompiled_contract/index.html.eex index 18abbbcdfd..5390e7806e 100644 --- a/apps/block_scout_web/lib/block_scout_web/templates/address_decompiled_contract/index.html.eex +++ b/apps/block_scout_web/lib/block_scout_web/templates/address_decompiled_contract/index.html.eex @@ -26,7 +26,7 @@ <% else %>
- <%= gettext "There is no decompilded contracts for this address." %> + <%= gettext "There is no decompiled contracts for this address." %>
<% end %> diff --git a/apps/block_scout_web/priv/gettext/en/LC_MESSAGES/default.po b/apps/block_scout_web/priv/gettext/en/LC_MESSAGES/default.po index 4c58cbc2d6..53728e016e 100644 --- a/apps/block_scout_web/priv/gettext/en/LC_MESSAGES/default.po +++ b/apps/block_scout_web/priv/gettext/en/LC_MESSAGES/default.po @@ -2589,7 +2589,7 @@ msgstr "" #: lib/block_scout_web/templates/address_decompiled_contract/index.html.eex:29 #, elixir-autogen, elixir-format -msgid "There is no decompilded contracts for this address." +msgid "There is no decompiled contracts for this address." msgstr "" #: lib/block_scout_web/templates/address_coin_balance/index.html.eex:21 diff --git a/mix.exs b/mix.exs index 2665c055b3..cacd40e226 100644 --- a/mix.exs +++ b/mix.exs @@ -92,7 +92,6 @@ defmodule BlockScout.Mixfile do # and cannot be accessed from applications inside the apps folder defp deps do [ - {:httpoison, "~> 2.1"}, {:prometheus_ex, git: "https://github.com/lanodan/prometheus.ex", branch: "fix/elixir-1.14", override: true}, {:absinthe_plug, git: "https://github.com/blockscout/absinthe_plug.git", tag: "1.5.3", override: true}, {:tesla, "~> 1.6.0"},