diff options
author | multiple creatures <dev@multiple-creature.party> | 2019-10-09 20:01:45 -0500 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-10-09 20:01:45 -0500 |
commit | a9a13421269650b0600008d74ab7c97f386e5618 (patch) | |
tree | 79c0c9ac51e376a219042e49f692b9c5bb32adda /config/locales | |
parent | 999ac0672355fe7aa6f57563097a173ed20b99d9 (diff) |
custom filters can now also match posts with missing media descriptions
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/simple_form.en.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/simple_form.en.yml b/config/locales/simple_form.en.yml index 9f0e5aad7..7035f85e1 100644 --- a/config/locales/simple_form.en.yml +++ b/config/locales/simple_form.en.yml @@ -183,6 +183,7 @@ en: whole_word: Whole word custom_cw: Set or prepend content warning desc: Filter roars with matching media descriptions + no_desc: Filter roars WITHOUT media descriptions override_cw: Override existing content warning boost_interval: 1: 1 minute |