diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 81f82d6..ca3f478 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -51,7 +51,7 @@ "uri": "/{/lang}/backend/marketing/promotion/create", "target": "self", "icon": null, - "order": 1, + "order": 5, "from": 1001900000, "permission": null, "parent": 1001902001, @@ -97,7 +97,7 @@ "uri": "/{/lang}/backend/marketing/event/create", "target": "self", "icon": null, - "order": 1, + "order": 5, "from": 1001900000, "permission": null, "parent": 1001903001, diff --git a/Theme/backend/Lang/en.lang.php b/Theme/backend/Lang/en.lang.php index 4513c2c..e25baa2 100644 --- a/Theme/backend/Lang/en.lang.php +++ b/Theme/backend/Lang/en.lang.php @@ -18,6 +18,7 @@ $MODLANG['Marketing'] = [ 'Description' => 'Description', 'Expenses' => 'Expenses', 'End' => 'End', + 'Event' => 'Event', 'Events' => 'Events', 'Limit' => 'Limit', 'Location' => 'Location',