diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 120bca9..f20921c 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -48,7 +48,7 @@ "pid": "7322d5765c8b18b14c20d406e89c628fd0998688", "type": 3, "subtype": 1, - "name": "Archive", + "name": "Create", "uri": "{/base}/{/lang}/backend/kanban/create?{?}", "target": "self", "icon": null, diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index 89bf8d1..95a5d79 100644 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -14,6 +14,8 @@ * @link http://orange-management.com */ return ['Navigation' => [ - 'Kanban' => 'Kanban', + 'Archive' => 'Archive', + 'Boards' => 'Boards', 'Create' => 'Create', + 'Kanban' => 'Kanban', ]];