From 26d90a36ff07aa905db63985886d5c08c934b7b6 Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Sat, 27 Apr 2019 19:19:32 -0500 Subject: Custom filters: add ability to create filters that exclude or are exclusive to roars with attachments. --- config/locales/simple_form.en.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config/locales/simple_form.en.yml') diff --git a/config/locales/simple_form.en.yml b/config/locales/simple_form.en.yml index 9e8bb6a2b..b2ef1c2a3 100644 --- a/config/locales/simple_form.en.yml +++ b/config/locales/simple_form.en.yml @@ -88,6 +88,8 @@ 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 locale: Interface language locked: Lock account max_uses: Max number of uses -- cgit