From c6c31e9e5fef3ca79bd0bfc40ad38f97c8e6a66c Mon Sep 17 00:00:00 2001
From: Julian Lam <julian@nodebb.org>
Date: Fri, 6 Apr 2018 11:22:08 -0400
Subject: [PATCH] a tiny bit of work to make our casing a little less insane

---
 install/package.json             | 2 +-
 public/language/en-GB/topic.json | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/install/package.json b/install/package.json
index c915bcc366..6920be2343 100644
--- a/install/package.json
+++ b/install/package.json
@@ -73,7 +73,7 @@
         "nodebb-plugin-spam-be-gone": "0.5.3",
         "nodebb-rewards-essentials": "0.0.11",
         "nodebb-theme-lavender": "5.0.4",
-        "nodebb-theme-persona": "8.0.9",
+        "nodebb-theme-persona": "8.0.10",
         "nodebb-theme-slick": "1.2.1",
         "nodebb-theme-vanilla": "9.0.7",
         "nodebb-widget-essentials": "4.0.2",
diff --git a/public/language/en-GB/topic.json b/public/language/en-GB/topic.json
index 6e5fec66c6..371300e38b 100644
--- a/public/language/en-GB/topic.json
+++ b/public/language/en-GB/topic.json
@@ -138,8 +138,8 @@
 	"sort_by": "Sort by",
 	"oldest_to_newest": "Oldest to Newest",
 	"newest_to_oldest": "Newest to Oldest",
-	"most_votes": "Most votes",
-	"most_posts": "Most posts",
+	"most_votes": "Most Votes",
+	"most_posts": "Most Posts",
 
 	"stale.title": "Create new topic instead?",
 	"stale.warning": "The topic you are replying to is quite old. Would you like to create a new topic instead, and reference this one in your reply?",