From 30528eac5cbead70e751f25030573befa32ea50f Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 6 Sep 2023 13:03:40 -0400 Subject: [PATCH] FIX: add missing translation key This is used when browsing/filtering on all categories and new results appear. --- config/locales/client.en.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 3d1a69d1b76..ac28e13cd5b 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -389,6 +389,10 @@ en: yes_value: "Discard" no_value: "Resume editing" + topic_count_all: + one: "See %{count} new topic" + other: "See %{count} new topics" + topic_count_categories: one: "See %{count} new or updated topic" other: "See %{count} new or updated topics"