call it "moderation notice"

This commit is contained in:
ThatOneCalculator 2023-05-10 14:32:27 -07:00
parent 860a26b10f
commit 3adcc107ff
No known key found for this signature in database
GPG key ID: 8703CACD01000000
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ export const meta = {
requireCredential: true, requireCredential: true,
requireModerator: true, requireModerator: true,
description: "Send a mod mail.", description: "Send a moderation notice.",
errors: { errors: {
noSuchUser: { noSuchUser: {

View file

@ -495,7 +495,7 @@ async function toggleModerator(v) {
async function sendModMail() { async function sendModMail() {
const { canceled, result } = await os.inputParagraph({ const { canceled, result } = await os.inputParagraph({
title: "Mod mail", title: "Moderation Notice",
}); });
if (canceled) return; if (canceled) return;
await os.apiWithDialog("admin/send-mod-mail", { await os.apiWithDialog("admin/send-mod-mail", {