diff options
author | David Yip <yipdw@member.fsf.org> | 2017-10-15 03:17:33 -0500 |
---|---|---|
committer | David Yip <yipdw@member.fsf.org> | 2017-10-21 14:54:36 -0500 |
commit | 4fa2f7e82d68c974ecfdb8896f15a5a3aba25828 (patch) | |
tree | 20a0cc859f0c53696ed67f1ce83e36544111cd0e /config/locales | |
parent | b4b657eb1daebd1472384ff8ea1c1b9c4b313c5c (diff) |
Set up /settings/keyword_mutes. #164.
This should eventually be accessible via the API and the web frontend, but I find it easier to set up an editing interface using Rails templates and the like. We can always take it out if it turns out we don't need it.
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/en.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 45929e97d..6b4e602bd 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -491,6 +491,7 @@ en: export: Data export followers: Authorized followers import: Import + keyword_mutes: Muted keywords notifications: Notifications preferences: Preferences settings: Settings |