From 7bbcf793bc75b44f2b20de77b7774759af60cd90 Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Thu, 15 Aug 2019 22:40:20 -0500 Subject: custom filters now have an option to add or override content warnings; filter caching has been fixed --- config/locales/simple_form.en.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config/locales') diff --git a/config/locales/simple_form.en.yml b/config/locales/simple_form.en.yml index 809c5dee8..953c97d75 100644 --- a/config/locales/simple_form.en.yml +++ b/config/locales/simple_form.en.yml @@ -181,6 +181,8 @@ en: username: Username username_or_email: Username or Email whole_word: Whole word + custom_cw: Set or prepend content warning + override_cw: Override existing content warning boost_interval: 1: 1 minute 2: 2 minutes -- cgit