From 337a301a574a0661e089b3e251c71e4dbdf76410 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Thu, 22 Mar 2018 02:22:25 -0700 Subject: [PATCH] missing file in commit --- config/locales/client.en.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index a91ab5cdc8e..2d0e223a079 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -286,18 +286,17 @@ en: confirm_clear: "Are you sure you want to clear all the bookmarks from this topic?" topic_count_latest: - one: "{{count}} new or updated topic." - other: "{{count}} new or updated topics." + one: "See {{count}} new or updated topic" + other: "See {{count}} new or updated topics" topic_count_unread: - one: "{{count}} unread topic." - other: "{{count}} unread topics." + one: "See {{count}} unread topic" + other: "See {{count}} unread topics" topic_count_new: - one: "{{count}} new topic." - other: "{{count}} new topics." + one: "See {{count}} new topic" + other: "See {{count}} new topics" - click_to_show: "Click to show." preview: "preview" cancel: "cancel"