From 78362448bcd2ead7ddc89543b096224ae947b5ce Mon Sep 17 00:00:00 2001 From: Claas Augner Date: Fri, 18 Jan 2019 16:01:41 +0100 Subject: [PATCH] I18n: fix typo (#6903) In site_settings.likes_notification_consolidation_window_mins --- config/locales/server.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index fa3f0ba98309ad..3e68a35e9f3e34 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -1806,7 +1806,7 @@ en: likes_notification_consolidation_threshold: "Number of liked notifications received before the notifications are consolidated into a single one. Set to 0 to disable. The window can be configured via `SiteSetting.likes_notification_consolidation_window_mins`." - likes_notification_consolidation_window_mins: "Duration in minutes where liked notifications are consolidated into a single notification once the threshold has been reaced. The threshold can be configured via `SiteSetting.likes_notification_consolidation_threshold`." + likes_notification_consolidation_window_mins: "Duration in minutes where liked notifications are consolidated into a single notification once the threshold has been reached. The threshold can be configured via `SiteSetting.likes_notification_consolidation_threshold`." automatically_unpin_topics: "Automatically unpin topics when the user reaches the bottom."