typo fix
authorAlexander Strizhakov <alex.strizhakov@gmail.com>
Thu, 9 Apr 2020 10:28:54 +0000 (13:28 +0300)
committerAlexander Strizhakov <alex.strizhakov@gmail.com>
Thu, 9 Apr 2020 10:28:54 +0000 (13:28 +0300)
lib/pleroma/web/admin_api/admin_api_controller.ex

index 09959b3bfe70bd217f9bb205d10cf0f4eb26b072..fdbd24acb61f43806c986733b4e086436adfe4d5 100644 (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