diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 2238976..6920de9 100755 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -5,7 +5,7 @@ "type": 2, "subtype": 1, "name": "Checklist", - "uri": "{/prefix}checklist/list", + "uri": "{/lang}/{/app}/checklist/list", "target": "self", "icon": null, "order": 65, @@ -19,7 +19,7 @@ "type": 3, "subtype": 1, "name": "List", - "uri": "{/prefix}checklist/list", + "uri": "{/lang}/{/app}/checklist/list", "target": "self", "icon": null, "order": 1, @@ -34,7 +34,7 @@ "type": 3, "subtype": 5, "name": "Templates", - "uri": "{/prefix}checklist/template/list", + "uri": "{/lang}/{/app}/checklist/template/list", "target": "self", "icon": null, "order": 5, @@ -49,7 +49,7 @@ "type": 3, "subtype": 5, "name": "CreateTemplate", - "uri": "{/prefix}checklist/template/create?{?}", + "uri": "{/lang}/{/app}/checklist/template/create?{?}", "target": "self", "icon": null, "order": 15, diff --git a/info.json b/info.json index 414c130..1a56122 100755 --- a/info.json +++ b/info.json @@ -12,7 +12,7 @@ }, "creator": { "name": "Karaka", - "website": "www.spl1nes.com" + "website": "jingga.app" }, "description": "The administration module.", "directory": "Checklist",