Skip to content

Commit

Permalink
add legal leaving website copy
Browse files Browse the repository at this point in the history
  • Loading branch information
aforaleka committed Dec 1, 2023
1 parent 9e80256 commit 2c6b89c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion config/localization/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,9 @@
"ACADEMY_LINK_DESCRIPTION": "To access the dYdX Academy, you will leave the dYdX Trading Inc. website and join a website made available by dYdX Foundation, which is independent from and unaffiliated with dYdX Trading Inc. dYdX Trading Inc. is not responsible for any action taken or content on the third-party website.",
"LEGAL": "Legal",
"GOVERNANCE_LINK_DESCRIPTION": "To participate in governance, you will leave the dYdX Trading Inc. website and join a website made available by dYdX Foundation, which is independent from and unaffiliated with dYdX Trading Inc. dYdX Trading Inc. is not responsible for any action taken or content on the third-party website.",
"LEAVING_WEBSITE": "Leaving website"
"LEAVING_WEBSITE": "Leaving website",
"LEAVING_WEBSITE_DESCRIPTION": "By continuing, you will leave our website and join a website made available by a third party, which is independent from and unaffiliated with us.",
"LEAVING_WEBSITE_DISCLAIMER": "We are not responsible for any action taken or content on the third-party website"
},
"DEPOSIT_MODAL": {
"BRIDGE_FEE": "Bridge Fee",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dydxprotocol/v4-localization",
"version": "1.0.16",
"version": "1.0.17",
"description": "v4 localization",
"main": "index.ts",
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions scripts/generated/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -711,6 +711,8 @@ export const APP_STRING_KEYS = {
ACADEMY_LINK_DESCRIPTION: 'APP.LEGAL.ACADEMY_LINK_DESCRIPTION',
GOVERNANCE_LINK_DESCRIPTION: 'APP.LEGAL.GOVERNANCE_LINK_DESCRIPTION',
LEAVING_WEBSITE: 'APP.LEGAL.LEAVING_WEBSITE',
LEAVING_WEBSITE_DESCRIPTION: 'APP.LEGAL.LEAVING_WEBSITE_DESCRIPTION',
LEAVING_WEBSITE_DISCLAIMER: 'APP.LEGAL.LEAVING_WEBSITE_DISCLAIMER',
LEGAL: 'APP.LEGAL.LEGAL',

// MNEMONIC_EXPORT
Expand Down

0 comments on commit 2c6b89c

Please sign in to comment.