call it "moderation notice"
This commit is contained in:
parent
860a26b10f
commit
3adcc107ff
|
@ -11,7 +11,7 @@ export const meta = {
|
|||
requireCredential: true,
|
||||
requireModerator: true,
|
||||
|
||||
description: "Send a mod mail.",
|
||||
description: "Send a moderation notice.",
|
||||
|
||||
errors: {
|
||||
noSuchUser: {
|
||||
|
|
|
@ -495,7 +495,7 @@ async function toggleModerator(v) {
|
|||
|
||||
async function sendModMail() {
|
||||
const { canceled, result } = await os.inputParagraph({
|
||||
title: "Mod mail",
|
||||
title: "Moderation Notice",
|
||||
});
|
||||
if (canceled) return;
|
||||
await os.apiWithDialog("admin/send-mod-mail", {
|
||||
|
|
Loading…
Reference in New Issue