Skip to content

Commit

Permalink
Fix some of the comments
Browse files Browse the repository at this point in the history
  • Loading branch information
enrique committed Dec 3, 2021
1 parent 1eef43b commit 135e597
Show file tree
Hide file tree
Showing 6 changed files with 214 additions and 210 deletions.
2 changes: 1 addition & 1 deletion apps/block_scout_web/lib/block_scout_web/csp_header.ex
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ defmodule BlockScoutWeb.CSPHeader do
def call(conn, _opts) do
Controller.put_secure_browser_headers(conn, %{
"content-security-policy" => "\
connect-src 'self' #{websocket_endpoints(conn)} wss://*.bridge.walletconnect.org/ https://request-global.czilladx.com/ https://raw.githubusercontent.com/trustwallet/assets/ https://registry.walletconnect.org/data/wallets.json https://*.poa.network;\
connect-src 'self' #{websocket_endpoints(conn)} wss://*.bridge.walletconnect.org/ https://request-global.czilladx.com/ https://raw.githubusercontent.com/trustwallet/assets/ https://registry.walletconnect.org/data/wallets.json;\
default-src 'self';\
script-src 'self' 'unsafe-inline' 'unsafe-eval' https://coinzillatag.com https://www.google.com https://www.gstatic.com;\
style-src 'self' 'unsafe-inline' 'unsafe-eval' https://fonts.googleapis.com;\
Expand Down
8 changes: 8 additions & 0 deletions apps/block_scout_web/priv/gettext/default.pot
Original file line number Diff line number Diff line change
Expand Up @@ -3341,3 +3341,11 @@ msgstr ""
#: lib/block_scout_web/templates/stakes/_stakes_modal_delegators_list.html.eex:18
msgid "validator"
msgstr ""

# From templates/transaction/_token_transfer.html.eex
msgid "cGLD"
msgstr "CELO"

# From templates/tokens/overview/details.html.eex#
msgid "Celo Gold"
msgstr "CELO"
8 changes: 8 additions & 0 deletions apps/block_scout_web/priv/gettext/en/LC_MESSAGES/default.po
Original file line number Diff line number Diff line change
Expand Up @@ -3342,3 +3342,11 @@ msgstr ""
#: lib/block_scout_web/templates/stakes/_stakes_modal_delegators_list.html.eex:18
msgid "validator"
msgstr ""

# From templates/transaction/_token_transfer.html.eex
msgid "cGLD"
msgstr "CELO"

# From templates/tokens/overview/details.html.eex#
msgid "Celo Gold"
msgstr "CELO"
Loading

0 comments on commit 135e597

Please sign in to comment.