From: mayaeh Date: Wed, 21 Aug 2019 10:35:40 +0000 (+0900) Subject: Fix the whitelist mode display not being enabled in the admin dashboard (#11634) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=e9c3d1ef4603dfee19a59974771cb505ecfc3d29;p=mastodon.git Fix the whitelist mode display not being enabled in the admin dashboard (#11634) --- diff --git a/app/views/admin/dashboard/index.html.haml b/app/views/admin/dashboard/index.html.haml index 2fe1feb55..f044d9f86 100644 --- a/app/views/admin/dashboard/index.html.haml +++ b/app/views/admin/dashboard/index.html.haml @@ -103,7 +103,7 @@ %li = feature_hint(t('admin.dashboard.authorized_fetch_mode'), @authorized_fetch) %li - = feature_hint(t('admin.dashboard.whitelist_mode'), @whitelist_mode) + = feature_hint(t('admin.dashboard.whitelist_mode'), @whitelist_enabled) %li = feature_hint('LDAP', @ldap_enabled) %li