Skip to content

Commit

Permalink
chore: telegram invite banner (#690)
Browse files Browse the repository at this point in the history
* added

* v bump
  • Loading branch information
moo-onthelawn authored Sep 11, 2024
1 parent 5b41bbc commit 3ce0933
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 @@ -1230,6 +1230,7 @@
"STOP_MARKET_ORDERS": "Stop market orders",
"STOP_MARKET_ORDERS_DESCRIPTION": "Stop market and take profit market orders are here! Quickly and easily set triggers to limit your losses and lock in profits.",
"TARGET_VOLUME": "Target Volume",
"TELEGRAM_INVITE_BANNER": "Thank you for using dYdX! The team would like to offer you a higher level of personalized support and the opportunity to connect directly them. Click {HERE_LINK} to join the dYdX Chain VIP Traders Telegram group.",
"TESTNET_DEPOSIT_PROMO": "Free, one-click testnet deposits are now available on our Goerli app.",
"TESTNET_LOWERCASE": "Testnet app",
"TRADES_DESCRIPTION": "All fee-generating trading activity",
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.191",
"version": "1.1.192",
"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 @@ -1192,6 +1192,7 @@ export const APP_STRING_KEYS = {
STOP_MARKET_ORDERS: 'APP.PORTFOLIO.STOP_MARKET_ORDERS',
STOP_MARKET_ORDERS_DESCRIPTION: 'APP.PORTFOLIO.STOP_MARKET_ORDERS_DESCRIPTION',
TARGET_VOLUME: 'APP.PORTFOLIO.TARGET_VOLUME',
TELEGRAM_INVITE_BANNER: 'APP.PORTFOLIO.TELEGRAM_INVITE_BANNER',
TESTNET_DEPOSIT_PROMO: 'APP.PORTFOLIO.TESTNET_DEPOSIT_PROMO',
TESTNET_LOWERCASE: 'APP.PORTFOLIO.TESTNET_LOWERCASE',
TRADES_DESCRIPTION: 'APP.PORTFOLIO.TRADES_DESCRIPTION',
Expand Down

0 comments on commit 3ce0933

Please sign in to comment.