Skip to content

Commit 933272e

Browse files
authored
v1.1.329: update free instant deposit banner subtitle 20 (#1209)
* Update free instant subtitle deposit to 20 * 1.1.329
1 parent a005571 commit 933272e

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

config/localization/en/app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2607,7 +2607,7 @@
26072607
"FREE_DEPOSIT_BANNER": {
26082608
"FREE_DEPOSIT_BANNER_TITLE_FREE": "Free",
26092609
"FREE_DEPOSIT_BANNER_TITLE_AND": "& Instant Deposits",
2610-
"FREE_DEPOSIT_BANNER_SUBTITLE": "For amounts of $100 or more",
2610+
"FREE_DEPOSIT_BANNER_SUBTITLE": "For amounts of $20 or more",
26112611
"FREE_DEPOSIT_BANNER_CTA": "Free Deposit"
26122612
}
26132613
},

config/localization/fr/app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2557,7 +2557,7 @@
25572557
"FREE_DEPOSIT_BANNER": {
25582558
"FREE_DEPOSIT_BANNER_TITLE_FREE": "Disponible",
25592559
"FREE_DEPOSIT_BANNER_TITLE_AND": "et Dépôts instantanés",
2560-
"FREE_DEPOSIT_BANNER_SUBTITLE": "Pour les montants de 100 $ ou plus",
2560+
"FREE_DEPOSIT_BANNER_SUBTITLE": "Pour les montants de 20 $ ou plus",
25612561
"FREE_DEPOSIT_BANNER_CTA": "Dépôt gratuit"
25622562
}
25632563
},

config/localization/ja/app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2557,7 +2557,7 @@
25572557
"FREE_DEPOSIT_BANNER": {
25582558
"FREE_DEPOSIT_BANNER_TITLE_FREE": "フリー",
25592559
"FREE_DEPOSIT_BANNER_TITLE_AND": "& 即時入金",
2560-
"FREE_DEPOSIT_BANNER_SUBTITLE": "100ドル以上の金額の場合",
2560+
"FREE_DEPOSIT_BANNER_SUBTITLE": "20ドル以上の金額の場合",
25612561
"FREE_DEPOSIT_BANNER_CTA": "無料入金"
25622562
}
25632563
},

config/localization/ko/app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2557,7 +2557,7 @@
25572557
"FREE_DEPOSIT_BANNER": {
25582558
"FREE_DEPOSIT_BANNER_TITLE_FREE": "무료",
25592559
"FREE_DEPOSIT_BANNER_TITLE_AND": "및 즉시 입금",
2560-
"FREE_DEPOSIT_BANNER_SUBTITLE": "100달러 이상의 금액에 대해",
2560+
"FREE_DEPOSIT_BANNER_SUBTITLE": "20달러 이상의 금액에 대해",
25612561
"FREE_DEPOSIT_BANNER_CTA": "무료 입금"
25622562
}
25632563
},

config/localization/ru/app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2557,7 +2557,7 @@
25572557
"FREE_DEPOSIT_BANNER": {
25582558
"FREE_DEPOSIT_BANNER_TITLE_FREE": "Бесплатно",
25592559
"FREE_DEPOSIT_BANNER_TITLE_AND": "& Мгновенные депозиты",
2560-
"FREE_DEPOSIT_BANNER_SUBTITLE": "Для сумм от 100 долл. США или более",
2560+
"FREE_DEPOSIT_BANNER_SUBTITLE": "Для сумм от 20 долл. США или более",
25612561
"FREE_DEPOSIT_BANNER_CTA": "Бесплатный депозит"
25622562
}
25632563
},

config/localization/zh-CN/app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2557,7 +2557,7 @@
25572557
"FREE_DEPOSIT_BANNER": {
25582558
"FREE_DEPOSIT_BANNER_TITLE_FREE": "可用",
25592559
"FREE_DEPOSIT_BANNER_TITLE_AND": "即时充值",
2560-
"FREE_DEPOSIT_BANNER_SUBTITLE": "对于100美元或以上的金额",
2560+
"FREE_DEPOSIT_BANNER_SUBTITLE": "对于20美元或以上的金额",
25612561
"FREE_DEPOSIT_BANNER_CTA": "免费充值"
25622562
}
25632563
},

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dydxprotocol/v4-localization",
3-
"version": "1.1.328",
3+
"version": "1.1.329",
44
"description": "v4 localization",
55
"main": "index.ts",
66
"scripts": {

0 commit comments

Comments
 (0)