Merge branch 'develop' into global-status-expiration
[akkoma] / lib / pleroma / web / admin_api / admin_api_controller.ex
index a66db68f37954a5108f63d259a6f25d8fd784a01..fdbd24acb61f43806c986733b4e086436adfe4d5 100644 (file)
@@ -598,7 +598,7 @@ defmodule Pleroma.Web.AdminAPI.AdminAPIController do
       {:invites_enabled, _} ->
         errors(
           conn,
-          {:error, "To send invites you need set `invites_enabled` option to true."}
+          {:error, "To send invites you need to set the `invites_enabled` option to true."}
         )
     end
   end