Skip to content

Commit

Permalink
add agreement string (#784)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredvu authored Oct 31, 2024
1 parent d026fde commit 2641415
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions config/localization/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2260,6 +2260,7 @@
"LAUNCH_ANOTHER_MARKET": "Launch another market",
"LAUNCH_MARKET": "Launch Market",
"LAUNCH_MARKET_AGREEMENT": "By clicking below, you agree that (a) there is material risk of economic loss by launching a market; (b) you are solely responsible for any loss or liability from launching a market; (c) there are no fixed or guaranteed earnings from launching a market any earnings shown are indicative and could vary significantly; (d) you have independently made the decision to launch the market and have not relied on any recommendation from any other party (including, the operator of this site and the software developer of the code); and (e) you have conducted your own diligence and/or consulted a qualified professional to advise you on the legality, regulatory compliance, tax treatment, investment and financial suitability of launching a market.",
"LAUNCH_MARKET_TERMS": "Launch Market Agreement",
"LAUNCH_MARKETS": "Launch Markets",
"LAUNCHING_MARKET_LOADING": "Launching Market...",
"LIQUIDITY_TIER": "Liquidity tier",
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.1.237",
"version": "1.1.238",
"description": "v4 localization",
"main": "index.ts",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion scripts/generated/app.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// !! GENERATED FILE - DO NOT EDIT

// Generated from ../config/localization/en/app.json using ./codegen_localization_app.swift
// Generated from ../config/localization/en/app.json using codegen_localization_app.swift

export const APP_STRING_KEYS = {

Expand Down Expand Up @@ -962,6 +962,7 @@ export const APP_STRING_KEYS = {
LAUNCH_MARKET: 'APP.NEW_MARKET_WIDGET.LAUNCH_MARKET',
LAUNCH_MARKETS: 'APP.NEW_MARKET_WIDGET.LAUNCH_MARKETS',
LAUNCH_MARKET_AGREEMENT: 'APP.NEW_MARKET_WIDGET.LAUNCH_MARKET_AGREEMENT',
LAUNCH_MARKET_TERMS: 'APP.NEW_MARKET_WIDGET.LAUNCH_MARKET_TERMS',
LIQUIDITY_TIER: 'APP.NEW_MARKET_WIDGET.LIQUIDITY_TIER',
LIQUIDITY_TIER_IS: 'APP.NEW_MARKET_WIDGET.LIQUIDITY_TIER_IS',
LISTINGS_DESCRIPTION: 'APP.NEW_MARKET_WIDGET.LISTINGS_DESCRIPTION',
Expand Down

0 comments on commit 2641415

Please sign in to comment.