Skip to content

Commit f87c1f8

Browse files
committed
fix
1 parent d91d585 commit f87c1f8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

app/components/timetable/data/schedule.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,8 @@
425425
"track": "m3",
426426
"sessions": [
427427
{
428-
"title": "words.lightning_talks"
428+
"title": "ライトニングトーク",
429+
"titleKey": "words.lightning_talks"
429430
},
430431
{
431432
"id": "53able",

app/components/timetable/data/scheduleMobile.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,8 @@
423423
"track": "m3",
424424
"sessions": [
425425
{
426-
"title": "words.lightning_talks"
426+
"title": "ライトニングトーク",
427+
"titleKey": "words.lightning_talks"
427428
},
428429
{
429430
"id": "53able",

0 commit comments

Comments
 (0)