From e90f3bf7c8f41c5da52b102aadd008f61383d385 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Wed, 25 Feb 2015 17:22:12 -0500 Subject: [PATCH] fix typo in install data --- install/data/navigation.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install/data/navigation.json b/install/data/navigation.json index b36b6fb8e7..3303e48cf1 100644 --- a/install/data/navigation.json +++ b/install/data/navigation.json @@ -17,7 +17,7 @@ "enabled": true, "iconClass": "fa-clock-o", "textClass": "visible-xs-inline", - "text": "\\[\\[global:header.recen\\t\\]]" + "text": "\\[\\[global:header.recent\\]\\]" }, { "route": "/tags", @@ -25,7 +25,7 @@ "enabled": true, "iconClass": "fa-tags", "textClass": "visible-xs-inline", - "text": "\\[\\[global:header.tag\\s\\]]" + "text": "\\[\\[global:header.tags\\]\\]" }, { "route": "/popular", @@ -33,7 +33,7 @@ "enabled": true, "iconClass": "fa-fire", "textClass": "visible-xs-inline", - "text": "\\[\\[global:header.popula\\r\\]]" + "text": "\\[\\[global:header.popular\\]\\]" }, { "route": "/users", @@ -53,7 +53,7 @@ "enabled": true, "iconClass": "fa-group", "textClass": "visible-xs-inline", - "text": "\\[\\[global:header.group\\s\\]]" + "text": "\\[\\[global:header.groups\\]\\]" }, { "route": "/admin",