From: Eugen Rochko Date: Sun, 15 Jul 2018 23:58:10 +0000 (+0200) Subject: Fix typo in Admin::DashboardController#index X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=04587116bd9965125cd0ec34261ea307e23aa357;p=mastodon.git Fix typo in Admin::DashboardController#index --- diff --git a/app/controllers/admin/dashboard_controller.rb b/app/controllers/admin/dashboard_controller.rb index 01d4a9847..af1ac7b5e 100644 --- a/app/controllers/admin/dashboard_controller.rb +++ b/app/controllers/admin/dashboard_controller.rb @@ -11,7 +11,7 @@ module Admin @relay_enabled = Relay.enabled.exists? @single_user_mode = Rails.configuration.x.single_user_mode @registrations_enabled = Setting.open_registrations - @deletions_enabled = Setting.open_deletions + @deletions_enabled = Setting.open_deletion @invites_enabled = Setting.min_invite_role == 'user' @search_enabled = Chewy.enabled? @version = Mastodon::Version.to_s