Addition to previous commit

This commit is contained in:
slawkens
2025-05-14 10:39:11 +02:00
parent bf06bed385
commit ee360386d8
5 changed files with 12 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ return [
MENU_CATEGORY_NEWS => [
'Latest News' => 'news',
'News Archive' => 'news/archive',
'Changelog' => 'changelog',
'Changelog' => 'change-log',
],
MENU_CATEGORY_ACCOUNT => [
'Account Management' => 'account/manage',
@@ -28,7 +28,7 @@ return [
MENU_CATEGORY_LIBRARY => [
'Monsters' => 'monsters',
'Spells' => 'spells',
'Server Info' => 'server-info',
'Server Info' => 'ots-info',
'Commands' => 'commands',
'Exp Stages' => 'exp-stages',
'Gallery' => 'gallery',

View File

@@ -4,7 +4,7 @@ return [
MENU_CATEGORY_NEWS => [
'Latest News' => 'news',
'News Archive' => 'news/archive',
'Changelog' => 'changelog',
'Changelog' => 'change-log',
],
MENU_CATEGORY_ACCOUNT => [
'Account Management' => 'account/manage',
@@ -33,7 +33,7 @@ return [
'Commands' => 'commands',
'Exp Stages' => 'exp-stages',
'Gallery' => 'gallery',
'Server Info' => 'server-info',
'Server Info' => 'ots-info',
'Exp Table' => 'exp-table',
'FAQ' => 'faq',
],