1
0
Fork 0
mirror of https://akkoma.dev/AkkomaGang/akkoma.git synced 2025-01-11 10:00:22 +00:00
This commit is contained in:
Alexander Strizhakov 2020-04-09 13:28:54 +03:00
parent 9795ff5b01
commit f20a19de85
No known key found for this signature in database
GPG key ID: 022896A53AEF1381

View file

@ -598,7 +598,7 @@ defmodule Pleroma.Web.AdminAPI.AdminAPIController do
{:invites_enabled, _} ->
errors(
conn,
{:error, "To send invites you need set to set the `invites_enabled` option to true."}
{:error, "To send invites you need to set the `invites_enabled` option to true."}
)
end
end