Skip to content
Snippets Groups Projects
Unverified Commit 04587116 authored by Eugen Rochko's avatar Eugen Rochko Committed by GitHub
Browse files

Fix typo in Admin::DashboardController#index

parent 2354b10e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment