diff --git a/config/localization/en/app.json b/config/localization/en/app.json index aae6b7279..a8ec1508d 100644 --- a/config/localization/en/app.json +++ b/config/localization/en/app.json @@ -2303,6 +2303,7 @@ "LEVERAGE_TRADE_US_ELECTION": "Leverage trade the outcome of the U.S. Election", "PREDICTION_MARKET_DESC": "Prediction Markets will settle at $1 if the event occurs as predicted. Otherwise, they will settle at $0.", "PREDICTION_MARKETS": "Prediction Markets", + "PREDICTION_MARKET_DISCLAIMER": "Prediction markets have a higher risk of volatility and may result in deleveraging. Read more about prediction markets {HERE}", "TRADE_US_PRESIDENTIAL_ELECTION": "Trade the U.S. Presidential Election", "TRUMPWIN_DESC": "This is a Prediction Market and will settle at $1 if Donald J. Trump wins the 2024 U.S. Presidential Election. Otherwise, it will settle at $0. {LEARN_MORE} or {DISMISS}." } diff --git a/package-lock.json b/package-lock.json index caad07c8e..07891b13d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.1.231", + "version": "1.1.232", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dydxprotocol/v4-localization", - "version": "1.1.231", + "version": "1.1.232", "license": "AGPL-3.0", "devDependencies": { "@types/node": "^20.1.7" diff --git a/package.json b/package.json index 104e436d4..4793602fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.1.231", + "version": "1.1.232", "description": "v4 localization", "main": "index.ts", "scripts": { diff --git a/scripts/generated/app.ts b/scripts/generated/app.ts index c517472a5..da38cde1c 100644 --- a/scripts/generated/app.ts +++ b/scripts/generated/app.ts @@ -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 = { @@ -1335,6 +1335,7 @@ export const APP_STRING_KEYS = { LEVERAGE_TRADE_US_ELECTION: 'APP.PREDICTION_MARKET.LEVERAGE_TRADE_US_ELECTION', PREDICTION_MARKETS: 'APP.PREDICTION_MARKET.PREDICTION_MARKETS', PREDICTION_MARKET_DESC: 'APP.PREDICTION_MARKET.PREDICTION_MARKET_DESC', + PREDICTION_MARKET_DISCLAIMER: 'APP.PREDICTION_MARKET.PREDICTION_MARKET_DISCLAIMER', TRADE_US_PRESIDENTIAL_ELECTION: 'APP.PREDICTION_MARKET.TRADE_US_PRESIDENTIAL_ELECTION', TRUMPWIN_DESC: 'APP.PREDICTION_MARKET.TRUMPWIN_DESC',