Skip to content
Snippets Groups Projects
Commit 1cf0d5ab authored by Alexander Strizhakov's avatar Alexander Strizhakov
Browse files

Apply suggestion to lib/pleroma/web/admin_api/admin_api_controller.ex

parent 4c60fdcb
No related branches found
No related tags found
No related merge requests found
......@@ -598,7 +598,7 @@ def email_invite(%{assigns: %{user: user}} = conn, %{"email" => email} = params)
{:invites_enabled, _} ->
errors(
conn,
{:error, "To send invites you need set `invites_enabled` option to true."}
{:error, "To send invites you need set to set the `invites_enabled` option to true."}
)
end
end
......
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