mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 04:03:49 +01:00
call it "moderation notice"
This commit is contained in:
parent
b082822075
commit
ab764b34bf
@ -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
Block a user