Skip to content

Commit f6947de

Browse files
mayaehhiyuki2578
authored andcommitted
Fix the whitelist mode display not being enabled in the admin dashboard (mastodon#11634)
1 parent 473aab3 commit f6947de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/admin/dashboard/index.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
%li
104104
= feature_hint(t('admin.dashboard.authorized_fetch_mode'), @authorized_fetch)
105105
%li
106-
= feature_hint(t('admin.dashboard.whitelist_mode'), @whitelist_mode)
106+
= feature_hint(t('admin.dashboard.whitelist_mode'), @whitelist_enabled)
107107
%li
108108
= feature_hint('LDAP', @ldap_enabled)
109109
%li

0 commit comments

Comments
 (0)