I18n: fix typo (#6903)

In site_settings.likes_notification_consolidation_window_mins
This commit is contained in:
Claas Augner 2019-01-18 16:01:41 +01:00 committed by Penar Musaraj
parent f8f281cdad
commit 78362448bc

View File

@ -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."