Skip to content

Commit

Permalink
refactor: Rename Download to Jump In (#641)
Browse files Browse the repository at this point in the history
* refactor: Rename Download to Jump In

* chore: Bump UI

---------

Signed-off-by: Kevin Szuchet <[email protected]>
  • Loading branch information
kevinszuchet authored Oct 18, 2024
1 parent adbafa7 commit e572b8d
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 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
Expand Up @@ -24,7 +24,7 @@
"decentraland-connect": "^7.2.0",
"decentraland-crypto-fetch": "^2.0.1",
"decentraland-transactions": "^2.15.0",
"decentraland-ui": "^6.9.2",
"decentraland-ui": "^6.10.0",
"ethers": "^5.6.8",
"events": "^3.3.0",
"flat": "^5.0.2",
Expand Down
2 changes: 1 addition & 1 deletion src/modules/translation/defaults/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
"sign_in": "Sign In",
"sign_out": "Sign out",
"marketplace_authorizations": "Marketplace Authorizations",
"jump_in": "Jump In"
"download": "Download"
},
"toasts": {
"meta_transactions": {
Expand Down
2 changes: 1 addition & 1 deletion src/modules/translation/defaults/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
"sign_in": "Iniciar sesión",
"sign_out": "Cerrar sesión",
"marketplace_authorizations": "Autorizaciones de Marketplace",
"jump_in": "Entrar"
"download": "Descargar"
},
"toasts": {
"meta_transactions": {
Expand Down
2 changes: 1 addition & 1 deletion src/modules/translation/defaults/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"sign_in": "Sign In",
"sign_out": "Sign out",
"marketplace_authorizations": "Autorisations de la Marketplace",
"jump_in": "Jump In"
"download": "Télécharger"
},
"toasts": {
"meta_transactions": {
Expand Down
2 changes: 1 addition & 1 deletion src/modules/translation/defaults/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"sign_in": "「サインイン",
"sign_out": "「サインアウト",
"marketplace_authorizations": "マーケットプレイスの承認",
"jump_in": "ジャンプイン"
"download": "ダウンロード"
},
"toasts": {
"meta_transactions": {
Expand Down
2 changes: 1 addition & 1 deletion src/modules/translation/defaults/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"sign_in": "로그인",
"sign_out": "로그아웃",
"marketplace_authorizations": "마켓플레이스의 승인",
"jump_in": "점프 인"
"download": "다운로드"
},
"toasts": {
"meta_transactions": {
Expand Down
2 changes: 1 addition & 1 deletion src/modules/translation/defaults/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
"sign_in": "登录",
"sign_out": "签出",
"marketplace_authorizations": "市场的授权",
"jump_in": "跳入"
"download": "下载"
},
"toasts": {
"meta_transactions": {
Expand Down

0 comments on commit e572b8d

Please sign in to comment.