diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-08-07 10:01:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-07 10:01:55 +0200 |
commit | ac33f1aedd9a6c72c6c176afb1f5d62a1ce5d44d (patch) | |
tree | 9bf21d9eb62390f87da145ff880d13a55e9503a7 /config/locales | |
parent | 5e35aa82802b09a63d4625fa9c1837ad75178553 (diff) |
Fix account tags not being saved correctly (#11507)
* Fix account tags not being saved correctly Regression from f371b32 Fix Tag#discoverable not returning tags where listable is nil instead of true Add notice when saving hashtags in admin UI Change public hashtag and directory pages to return 404 for forbidden tags * Remove unused locale string
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 333d4f172..20baf634e 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -496,6 +496,7 @@ en: title: Hashtags trending_right_now: Trending right now unique_uses_today: "%{count} posting today" + updated_msg: Hashtag settings updated successfully title: Administration warning_presets: add_new: Add new |