diff --git a/CHANGELOG.md b/CHANGELOG.md index 684ed983e1..f065b8cde8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ - [#1621](https://github.com/poanetwork/blockscout/pull/1621) - Modify query to fetch failed contract creations - [#1614](https://github.com/poanetwork/blockscout/pull/1614) - Do not fetch burn address token balance + - [#1647](https://github.com/poanetwork/blockscout/pull/1647) - Fix typo in view ### Chore diff --git a/apps/block_scout_web/lib/block_scout_web/templates/address_contract_verification/new.html.eex b/apps/block_scout_web/lib/block_scout_web/templates/address_contract_verification/new.html.eex index bc12a9e3a5..7ce3645a73 100644 --- a/apps/block_scout_web/lib/block_scout_web/templates/address_contract_verification/new.html.eex +++ b/apps/block_scout_web/lib/block_scout_web/templates/address_contract_verification/new.html.eex @@ -28,7 +28,7 @@
- <%= label :evm_version, :evm_version, gettext("EVM Vesion") %> + <%= label :evm_version, :evm_version, gettext("EVM Version") %> <%= select :evm_version, :evm_version, @evm_versions, class: "form-control", selected: "byzantium", "aria-describedby": "evm-version-help-block" %>
@@ -55,7 +55,7 @@
- <%= label f, :contructor_arguments, gettext("Enter contructor arguments if the contract had any") %> + <%= label f, :contructor_arguments, gettext("Enter constructor arguments if the contract had any") %> <%= textarea f, :constructor_arguments, class: "form-control monospace", rows: 3, "aria-describedby": "contract-constructor-arguments-help-block" %> <%= error_tag f, :constructor_arguments, id: "contract-constructor-arguments-help-block", class: "text-danger", "data-test": "contract-constructor-arguments-error" %>
diff --git a/apps/block_scout_web/priv/gettext/default.pot b/apps/block_scout_web/priv/gettext/default.pot index 25a5d41e3d..7e163ab9b3 100644 --- a/apps/block_scout_web/priv/gettext/default.pot +++ b/apps/block_scout_web/priv/gettext/default.pot @@ -1636,11 +1636,6 @@ msgstr "" msgid "Contract Libraries" msgstr "" -#, elixir-format -#: lib/block_scout_web/templates/address_contract_verification/new.html.eex:58 -msgid "Enter contructor arguments if the contract had any" -msgstr "" - #, elixir-format #: lib/block_scout_web/templates/address/overview.html.eex:52 msgid "Last Balance Update: Block #" @@ -1677,11 +1672,6 @@ msgstr "" msgid "Run" msgstr "" -#, elixir-format -#: lib/block_scout_web/templates/address_contract_verification/new.html.eex:31 -msgid "EVM Vesion" -msgstr "" - #, elixir-format #: lib/block_scout_web/templates/address/overview.html.eex:39 msgid ">=" @@ -1701,3 +1691,13 @@ msgstr "" #: lib/block_scout_web/templates/layout/_topnav.html.eex:83 msgid "Search by address, token symbol name, transaction hash, or block number" msgstr "" + +#, elixir-format +#: lib/block_scout_web/templates/address_contract_verification/new.html.eex:31 +msgid "EVM Version" +msgstr "" + +#, elixir-format +#: lib/block_scout_web/templates/address_contract_verification/new.html.eex:58 +msgid "Enter constructor arguments if the contract had any" +msgstr "" 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 7becd84610..96707da7de 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 @@ -1677,11 +1677,6 @@ msgstr "" msgid "Run" msgstr "" -#, elixir-format -#: lib/block_scout_web/templates/address_contract_verification/new.html.eex:31 -msgid "EVM Vesion" -msgstr "" - #, elixir-format #: lib/block_scout_web/templates/address/overview.html.eex:39 msgid ">=" @@ -1701,3 +1696,8 @@ msgstr "" #: lib/block_scout_web/templates/layout/_topnav.html.eex:83 msgid "Search by address, token symbol name, transaction hash, or block number" msgstr "" + +#, elixir-format, fuzzy +#: lib/block_scout_web/templates/address_contract_verification/new.html.eex:31 +msgid "EVM Version" +msgstr ""