소스 검색

typo fix

contrib/munin-healthcheck
Alexander Strizhakov 4 년 전
부모
커밋
f20a19de85
No known key found for this signature in database GPG 키 ID: 22896A53AEF1381
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      lib/pleroma/web/admin_api/admin_api_controller.ex

+ 1
- 1
lib/pleroma/web/admin_api/admin_api_controller.ex 파일 보기

@@ -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


불러오는 중...
취소
저장