Skip to content

Commit

Permalink
Fix spelling. Remove moved link
Browse files Browse the repository at this point in the history
  • Loading branch information
jcortejoso committed Mar 20, 2024
1 parent 7dc3c6c commit 20986a0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions apps/block_scout_web/config/navigation.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ import Config
config :block_scout_web,
defi: [
%{title: "Moola", url: "https://moola.market/"},
%{title: "Revo", url: "https://revo.market/"},
%{title: "ImmortalDao Finance", url: "https://www.immortaldao.finance"}
%{title: "Revo", url: "https://revo.market/"}
],
swap: [
%{title: "Ubeswap", url: "https://ubeswap.org/"},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
<% end %>
</div>
<div class="col-xs-12 col-md-3 col-lg-3">
<h3 class="apps-menu-header pl-2"><b><%= gettext("Derivates Platforms") %></b></h3>
<h3 class="apps-menu-header pl-2"><b><%= gettext("Derivatives Platforms") %></b></h3>
<%= for %{url: url, title: title} <- derivates_platforms_list() do %>
<a href="<%= url%>" class="dropdown-item" target="_blank" data-selector="app-url"><%= title %></a>
<% end %>
Expand Down
2 changes: 1 addition & 1 deletion apps/block_scout_web/priv/gettext/default.pot
Original file line number Diff line number Diff line change
Expand Up @@ -3933,5 +3933,5 @@ msgstr ""

#: lib/block_scout_web/templates/layout/_topnav.html.eex:207
#, elixir-autogen, elixir-format
msgid "Derivates Platforms"
msgid "Derivatives Platforms"
msgstr ""
Original file line number Diff line number Diff line change
Expand Up @@ -3933,5 +3933,5 @@ msgstr ""

#: lib/block_scout_web/templates/layout/_topnav.html.eex:207
#, elixir-autogen, elixir-format
msgid "Derivates Platforms"
msgid "Derivatives Platforms"
msgstr ""

0 comments on commit 20986a0

Please sign in to comment.