Skip to content

Commit

Permalink
Update agreement and add acknowledgement
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredvu committed Jan 29, 2024
1 parent 3976377 commit 791b227
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/localization/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"ACADEMY": "Academy",
"ACCOUNT_LEVERAGE": "Account Leverage",
"ACCOUNT": "Account",
"ACKNOWLEDGEMENT": "Acknowledgement",
"ACTION": "Action",
"ACTIVE": "Active",
"ADDRESS": "Address",
Expand Down Expand Up @@ -1557,7 +1558,7 @@
"MSG_CREATE_PERPETUAL": "Msg create perpetual",
"MSG_DELAY_MESSAGE": "Msg delay message",
"MSG_SUBMIT_PROPOSAL": "Msg submit proposal",
"NEW_MARKET_PROPOSAL_AGREEMENT": "By checking this box, you acknowledge and understand that (a) the pre-populated list of markets does not reflect an endorsement of any particular asset or market, and should not be relied on as investment, legal or any other form of professional advice; (b) this list is not a recommendations of any specific market, and markets are included based on compatibility and functionality assessments from a technical standpoint using public data; and (c) you are encouraged to conduct your own research and consult qualified legal counsel to ensure compliance with the laws of any and all applicable jurisdictions. Additionally, you acknowledge and understand that by clicking “Propose new market”, you will create an on-chain governance proposal — more information about on-chain governance proposals can be found on dYdX Foundation’s documentation website, which is independent from and unaffiliated with the host and operator of this website. Use of this widget is prohibited in the U.S., Canada and sanctioned jurisdictions as described in the {TERMS_OF_USE}",
"NEW_MARKET_PROPOSAL_AGREEMENT": "By checking the below box, you acknowledge and understand that (a) the pre-populated list of markets does not reflect an endorsement of any particular asset or market, and should not be relied on as investment, legal or any other form of professional advice; (b) this list is not a recommendations of any specific market, and markets are included based on compatibility and functionality assessments from a technical standpoint using public data; and (c) you are encouraged to conduct your own research and consult qualified legal counsel to ensure compliance with the laws of any and all applicable jurisdictions. Additionally, you acknowledge and understand that by clicking “Propose new market”, you will create an on-chain governance proposal — more information about on-chain governance proposals can be found on dYdX Foundation’s documentation website, which is independent from and unaffiliated with the host and operator of this website. Use of this widget is prohibited in the U.S., Canada and sanctioned jurisdictions as described in the {TERMS_OF_USE}",
"NEW_MARKET_REWARDS_ENTRY_DESCRIPTION": "Select an asset, confirm details, and launch a governance proposal to add a new market to dYdX Chain. Requires {REQUIRED_NUM_TOKENS} unstaked {NATIVE_TOKEN_DENOM}.",
"OR_MORE": "{NUMBER} or more",
"POPULATED_DETAILS": "Populated details",
Expand Down
1 change: 1 addition & 0 deletions scripts/generated/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ export const APP_STRING_KEYS = {
ACADEMY: 'APP.GENERAL.ACADEMY',
ACCOUNT: 'APP.GENERAL.ACCOUNT',
ACCOUNT_LEVERAGE: 'APP.GENERAL.ACCOUNT_LEVERAGE',
ACKNOWLEDGEMENT: 'APP.GENERAL.ACKNOWLEDGEMENT',
ACTION: 'APP.GENERAL.ACTION',
ACTIVE: 'APP.GENERAL.ACTIVE',
ADDRESS: 'APP.GENERAL.ADDRESS',
Expand Down

0 comments on commit 791b227

Please sign in to comment.