Skip to content

Commit

Permalink
update season notification localization (#603)
Browse files Browse the repository at this point in the history
* small update

* 1.1.152
  • Loading branch information
moo-onthelawn authored Jul 15, 2024
1 parent fca0179 commit b5cf214
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config/localization_notifications/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"BODY": "Receive USDC rewards."
},
"INCENTIVES_SEASON_BEGUN": {
"TITLE": "Season {SEASON_NUMBER} launch incentives program has begun!",
"TITLE": "Season {SEASON_NUMBER} has begun!",
"BODY": "In season {PREV_SEASON_NUMBER}, median rewards earned were {DYDX_AMOUNT} DYDX (~{USDC_AMOUNT} USDC)!"
},
"ISOLATED_MARGIN_LIVE": {
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.151",
"version": "1.1.152",
"description": "v4 localization",
"main": "index.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 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

0 comments on commit b5cf214

Please sign in to comment.