Skip to content

Commit

Permalink
Embed link, add localization description
Browse files Browse the repository at this point in the history
  • Loading branch information
darkwing committed Jun 12, 2024
1 parent e27aef2 commit 0dc9878
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion app/_locales/en/messages.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ env:
- DEBUG: null
- SUPPORT_LINK: https://support.metamask.io
- SUPPORT_REQUEST_LINK: https://metamask.zendesk.com/hc/en-us
- METAMETRICS_SETTINGS_LINK: https://support.metamask.io/privacy-and-security/how-to-manage-your-metametrics-settings
- SKIP_BACKGROUND_INITIALIZATION: false

- ENABLE_MV3: true
Expand Down
3 changes: 2 additions & 1 deletion ui/helpers/constants/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ export const MMI_WEB_SITE = _mmiWebSite;
///: END:ONLY_INCLUDE_IF

// eslint-disable-next-line prefer-destructuring
export const METAMETRICS_SETTINGS_LINK = process.env.METAMETRICS_SETTINGS_LINK;
export const METAMETRICS_SETTINGS_LINK =
'https://support.metamask.io/privacy-and-security/how-to-manage-your-metametrics-settings';
// eslint-disable-next-line prefer-destructuring
export const SUPPORT_REQUEST_LINK = process.env.SUPPORT_REQUEST_LINK;
export const CONTRACT_ADDRESS_LINK = _contractAddressLink;
Expand Down

0 comments on commit 0dc9878

Please sign in to comment.