Sfoglia il codice sorgente

typo fix

contrib/munin-healthcheck
Alexander Strizhakov 4 anni fa
parent
commit
f20a19de85
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 22896A53AEF1381
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      lib/pleroma/web/admin_api/admin_api_controller.ex

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