diff --git a/install/data/navigation.json b/install/data/navigation.json index 5a744dbdf7..76adaf7cea 100644 --- a/install/data/navigation.json +++ b/install/data/navigation.json @@ -41,6 +41,22 @@ "textClass": "d-lg-none", "text": "[[global:header.popular]]" }, + { + "route": "/world", + "title": "[[global:header.world]]", + "enabled": false, + "iconClass": "fa-circle-nodes", + "textClass": "d-lg-none", + "text": "[[global:header.world]]" + }, + { + "route": "/world/all", + "title": "[[global:header.world-all]]", + "enabled": false, + "iconClass": "fa-globe", + "textClass": "d-lg-none", + "text": "[[global:header.world-all]]" + }, { "route": "/users", "title": "[[global:header.users]]", diff --git a/public/language/en-GB/global.json b/public/language/en-GB/global.json index 005196398d..1ac087f617 100644 --- a/public/language/en-GB/global.json +++ b/public/language/en-GB/global.json @@ -56,6 +56,8 @@ "header.navigation": "Navigation", "header.manage": "Manage", "header.drafts": "Drafts", + "header.world": "World (Curated)", + "header.world-all": "World (All)", "notifications.loading": "Loading Notifications", "chats.loading": "Loading Chats",