np-fix-smart-contracts-read
Nikita Pozdniakov 2 years ago committed by Viktor Baranov
parent f8646ef89a
commit 7c038dad05
  1. 2
      apps/block_scout_web/lib/block_scout_web/views/smart_contract_view.ex
  2. 4
      apps/block_scout_web/priv/gettext/default.pot
  3. 4
      apps/block_scout_web/priv/gettext/en/LC_MESSAGES/default.po

@ -105,7 +105,7 @@ defmodule BlockScoutWeb.SmartContractView do
def values_with_type(value, string, names, index, _components) when string in ["string", :string],
do: render_type_value("string", Helper.sanitize_input(value), fetch_name(names, index))
def values_with_type(value, bytes, names, index, _components) when bytes in ["bytes", :bytes],
def values_with_type(value, bytes, names, index, _components) when bytes in [:bytes],
do: render_type_value("bytes", Helper.sanitize_input(value), fetch_name(names, index))
def values_with_type(value, bool, names, index, _components) when bool in ["bool", :bool],

@ -3589,7 +3589,7 @@ msgstr ""
msgid "fallback"
msgstr ""
#: lib/block_scout_web/views/address_contract_view.ex:24
#: lib/block_scout_web/views/address_contract_view.ex:25
#, elixir-autogen, elixir-format
msgid "false"
msgstr ""
@ -3645,7 +3645,7 @@ msgstr ""
msgid "string"
msgstr ""
#: lib/block_scout_web/views/address_contract_view.ex:23
#: lib/block_scout_web/views/address_contract_view.ex:24
#, elixir-autogen, elixir-format
msgid "true"
msgstr ""

@ -3589,7 +3589,7 @@ msgstr ""
msgid "fallback"
msgstr ""
#: lib/block_scout_web/views/address_contract_view.ex:24
#: lib/block_scout_web/views/address_contract_view.ex:25
#, elixir-autogen, elixir-format
msgid "false"
msgstr ""
@ -3645,7 +3645,7 @@ msgstr ""
msgid "string"
msgstr ""
#: lib/block_scout_web/views/address_contract_view.ex:23
#: lib/block_scout_web/views/address_contract_view.ex:24
#, elixir-autogen, elixir-format
msgid "true"
msgstr ""

Loading…
Cancel
Save