summaryrefslogtreecommitdiffstats
path: root/webapp/i18n/en.json
diff options
context:
space:
mode:
authorPepijn <pepijnfens@gmail.com>2016-12-28 03:49:44 +0100
committerChristopher Speller <crspeller@gmail.com>2016-12-27 21:49:44 -0500
commit14f1f4e9b119f00246a7a5f49e607413c99e4f74 (patch)
tree17f49c578b9476eb6e6d6737a038731fd4621a07 /webapp/i18n/en.json
parente9d241f62049dccec446b91097e7f5831bb235fa (diff)
downloadchat-14f1f4e9b119f00246a7a5f49e607413c99e4f74.tar.gz
chat-14f1f4e9b119f00246a7a5f49e607413c99e4f74.tar.bz2
chat-14f1f4e9b119f00246a7a5f49e607413c99e4f74.zip
Tweaked new message indicator calculation: (#4763)
* Removed count from new message indicator * Don't count deleted posts towards the unviewedCount * remove lodash, reduce() is natively available
Diffstat (limited to 'webapp/i18n/en.json')
-rw-r--r--webapp/i18n/en.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index e194da64e..e8ea8ab14 100644
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -1655,7 +1655,7 @@
"post_info.reply": "Reply",
"posts_view.loadMore": "Load more messages",
"posts_view.newMsg": "New Messages",
- "posts_view.newMsgBelow": "{count} new {count, plural, one {message} other {messages}} below",
+ "posts_view.newMsgBelow": "New {count, plural, one {message} other {messages}} below",
"reaction.clickToAdd": "(click to add)",
"reaction.clickToRemove": "(click to remove)",
"reaction.othersReacted": "{otherUsers, number} {otherUsers, plural, one {user} other {users}}",