Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Metaverse banner text #3221

Merged
merged 1 commit into from
Nov 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/modules/translation/languages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -2319,7 +2319,7 @@
"event_banner": {
"small": {
"title": "Create for Decentraland Music Festival!",
"subtitle": "Add the {event_tag} tag for your space-themed Wearables and Emotes before Nov 15 and they'll be featured in a special Festival Tab on the Marketplace!"
"subtitle": "Add the {event_tag} tag for your space-themed Wearables and Emotes and they'll be featured in a special Festival Tab on the Marketplace!"
},
"event_tag": "DCLMF24"
},
Expand Down
2 changes: 1 addition & 1 deletion src/modules/translation/languages/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -2337,7 +2337,7 @@
"event_banner": {
"small": {
"title": "¡Crea para el Festival de Música Decentraland!",
"subtitle": "Agrega la etiqueta {event_tag} a tus wearables y emotes con temática espacial antes del 15 de noviembre y aparecerán en una pestaña especial del festival en el Marketplace."
"subtitle": "Agrega la etiqueta {event_tag} a tus wearables y emotes con temática espacial y aparecerán en una pestaña especial del festival en el Marketplace."
},
"event_tag": "DCLMF24"
},
Expand Down
2 changes: 1 addition & 1 deletion src/modules/translation/languages/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -2318,7 +2318,7 @@
"event_banner": {
"small": {
"title": "为 Decentraland 音乐节创作!",
"subtitle": "在 11 月 15 日之前为您的太空主题可穿戴设备和表情添加 {event_tag} 标签,它们将在市场上的特殊节日标签中展示!"
"subtitle": "为您的太空主题可穿戴设备和表情添加 {event_tag} 标签,它们将在市场上的特殊节日标签中展示!"
},
"event_tag": "DCLMF24"
},
Expand Down
Loading