From 54cdf2a7e6a6f81de9adb18747e9d1ff2f4bc2e2 Mon Sep 17 00:00:00 2001 From: infiinte-persistence Date: Wed, 7 Oct 2020 19:16:13 +0800 Subject: [PATCH] Add comment sorting strings --- static/app-strings.json | 2 ++ ui/component/commentsList/view.jsx | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/static/app-strings.json b/static/app-strings.json index 48fa5a85c..fa2db25a1 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -1303,6 +1303,8 @@ "1 comment": "1 comment", "Upvote": "Upvote", "Downvote": "Downvote", + "Best": "Best", + "Controversial": "Controversial", "Hide %number% Replies": "Hide %number% Replies", "Show %number% Replies": "Show %number% Replies", "Unable to create comment, please try again later.": "Unable to create comment, please try again later.", diff --git a/ui/component/commentsList/view.jsx b/ui/component/commentsList/view.jsx index 76bdb3526..e92d74f5f 100644 --- a/ui/component/commentsList/view.jsx +++ b/ui/component/commentsList/view.jsx @@ -160,7 +160,7 @@ function CommentList(props: Props) {