mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-10 11:19:19 +00:00
typo fix
This commit is contained in:
parent
9795ff5b01
commit
f20a19de85
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue