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
1 changed files with 1 additions and 1 deletions

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