Skip to content

Commit 0d44594

Browse files
committed
fix
1 parent a7659b6 commit 0d44594

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
@@ -226,7 +226,8 @@
226226
"track": "medpeer",
227227
"sessions": [
228228
{
229-
"title": "words.lightning_talks"
229+
"title": "ライトニングトーク",
230+
"titleKey": "words.lightning_talks"
230231
},
231232
{
232233
"id": "t0yohei",

app/components/timetable/data/scheduleMobile.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,8 @@
221221
"track": "medpeer",
222222
"sessions": [
223223
{
224-
"title": "words.lightning_talks"
224+
"title": "ライトニングトーク",
225+
"titleKey": "words.lightning_talks"
225226
},
226227
{
227228
"id": "t0yohei",

0 commit comments

Comments
 (0)