Skip to content

Commit 21ea0f7

Browse files
committed
Fix Reference category name in Japanese
1 parent c9e899f commit 21ea0f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sidebars.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1676,7 +1676,7 @@ const sidebars = {
16761676
},
16771677
{
16781678
type: 'category',
1679-
label: '管理',
1679+
label: '関連情報',
16801680
collapsible: true,
16811681
items: [
16821682
{

versioned_sidebars/version-3.13-sidebars.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1643,7 +1643,7 @@
16431643
},
16441644
{
16451645
"type": "category",
1646-
"label": "管理",
1646+
"label": "関連情報",
16471647
"collapsible": true,
16481648
"items": [
16491649
{

0 commit comments

Comments
 (0)