浏览代码

typo fix

contrib/munin-healthcheck
Alexander Strizhakov 4 年前
父节点
当前提交
f20a19de85
找不到此签名对应的密钥 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


正在加载...
取消
保存