Skip to content

Commit 7a49dad

Browse files
committed
fix: add missing modal title
1 parent b889847 commit 7a49dad

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

i18n/locales/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,7 @@
357357
},
358358
"downloads": {
359359
"title": "Weekly Downloads",
360+
"modal_title": "Weekly Downloads",
360361
"analyze": "Analyze downloads",
361362
"community_distribution": "View community adoption distribution"
362363
},

i18n/schema.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1075,6 +1075,9 @@
10751075
"title": {
10761076
"type": "string"
10771077
},
1078+
"modal_title": {
1079+
"type": "string"
1080+
},
10781081
"analyze": {
10791082
"type": "string"
10801083
},

lunaria/files/en-GB.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,7 @@
356356
},
357357
"downloads": {
358358
"title": "Weekly Downloads",
359+
"modal_title": "Weekly Downloads",
359360
"analyze": "Analyze downloads",
360361
"community_distribution": "View community adoption distribution"
361362
},

lunaria/files/en-US.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,7 @@
356356
},
357357
"downloads": {
358358
"title": "Weekly Downloads",
359+
"modal_title": "Weekly Downloads",
359360
"analyze": "Analyze downloads",
360361
"community_distribution": "View community adoption distribution"
361362
},

0 commit comments

Comments
 (0)