Browse Source

typo fix

contrib/munin-healthcheck
Alexander Strizhakov 4 years ago
parent
commit
f20a19de85
No known key found for this signature in database GPG Key ID: 22896A53AEF1381
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/pleroma/web/admin_api/admin_api_controller.ex

+ 1
- 1
lib/pleroma/web/admin_api/admin_api_controller.ex 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


Loading…
Cancel
Save