diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-03-26 01:24:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-26 01:24:19 +0100 |
commit | e11796432514afb49f3d891f805973a37f00fcf1 (patch) | |
tree | fae04acaf5cf1587b68904dd6cd77e7b556ef870 /config/locales | |
parent | 9745de883b198375ba23f7fde879f6d75ce2df0f (diff) |
Change icons of features on admin dashboard to remove bias (#10366)
Red crosses implied that it was bad/unexpected that certain features were not enabled. In reality, they are options, so showing a green or grey power-off icon is more appropriate. Add status of timeline preview as well Fix sample accounts changing too frequently due to wrong query Sample accounts are intended to be sorted by popularity
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 b0bf2539c..ad1332fd2 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -245,6 +245,7 @@ en: feature_profile_directory: Profile directory feature_registrations: Registrations feature_relay: Federation relay + feature_timeline_preview: Timeline preview features: Features hidden_service: Federation with hidden services open_reports: open reports |