Explorar el Código

Apply suggestion to lib/pleroma/web/admin_api/admin_api_controller.ex

contrib/munin-healthcheck
Alexander Strizhakov hace 4 años
padre
commit
1cf0d5ab0d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      lib/pleroma/web/admin_api/admin_api_controller.ex

+ 1
- 1
lib/pleroma/web/admin_api/admin_api_controller.ex Ver fichero

@@ -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 set to set the `invites_enabled` option to true."}
)
end
end


Cargando…
Cancelar
Guardar