diff options
author | multiple creatures <dev@multiple-creature.party> | 2019-08-02 02:30:35 -0500 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-08-02 02:30:35 -0500 |
commit | 65c42e5398304273b54916cc90441ade23317d85 (patch) | |
tree | 466c63aa34c1680c49e66a3c7b0961297f1d8929 /config | |
parent | 3813810cac8eb138ed1819058d122503628d6cba (diff) |
filters now have options to separately match post text, content warnings/titles, & hashtags + option to filter threads containing a matching post
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/simple_form.en.yml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/config/locales/simple_form.en.yml b/config/locales/simple_form.en.yml index 82e4feabb..75ff9d69d 100644 --- a/config/locales/simple_form.en.yml +++ b/config/locales/simple_form.en.yml @@ -97,8 +97,12 @@ en: header: Header inbox_url: URL of the relay inbox irreversible: Drop instead of hide - exclude_media: Don't filter roars with attachments - media_only: Only filter roars with attachments + exclude_media: Filter roars WITHOUT attachments + status_text: Filter roars with matching body text + media_only: Filter roars with attachments + thread: Filter the entire thread this match is contained in + spoiler: Filter roars with matching content warnings or topics + tags: Filter roars with matching tag(s) locale: Interface language locked: Lock account max_uses: Max number of uses |