@dydxprotocol/v4-localization 1.0.13 → 1.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -886,8 +886,7 @@
886
886
  "HOLDING": "Holding {NUMBER}",
887
887
  "IN_THIS_EPOCH": "in this epoch",
888
888
  "LAUNCH_INCENTIVES_TITLE": "Launch Incentives {FOR_V4}",
889
- "LAUNCH_INCENTIVES_DESCRIPTION": "Each season, you can earn rewards for trading on dYdX Chain. Trade to climb the rankings to earn your rightful spot on the {LEADERBOARD}.",
890
- "LAUNCH_INCENTIVES_LEADERBOARD": "leaderboard",
889
+ "LAUNCH_INCENTIVES_DESCRIPTION": "Each season, you can earn rewards for trading on dYdX Chain. Trade to earn your rightful spot on the leaderboard.",
891
890
  "LAUNCH_INCENTIVES_SEASON_NUM": "Season {SEASON_NUMBER}",
892
891
  "LEADERBOARD": "Leaderboard",
893
892
  "LEARN_TO_EXPORT": "{STRONG_NO}, learn how to export my secret phrase.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.0.13",
3
+ "version": "1.0.15",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -958,7 +958,6 @@ export const APP_STRING_KEYS = {
958
958
  HOLDING: 'APP.PORTFOLIO.HOLDING',
959
959
  IN_THIS_EPOCH: 'APP.PORTFOLIO.IN_THIS_EPOCH',
960
960
  LAUNCH_INCENTIVES_DESCRIPTION: 'APP.PORTFOLIO.LAUNCH_INCENTIVES_DESCRIPTION',
961
- LAUNCH_INCENTIVES_LEADERBOARD: 'APP.PORTFOLIO.LAUNCH_INCENTIVES_LEADERBOARD',
962
961
  LAUNCH_INCENTIVES_SEASON_NUM: 'APP.PORTFOLIO.LAUNCH_INCENTIVES_SEASON_NUM',
963
962
  LAUNCH_INCENTIVES_TITLE: 'APP.PORTFOLIO.LAUNCH_INCENTIVES_TITLE',
964
963
  LEADERBOARD: 'APP.PORTFOLIO.LEADERBOARD',