mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
call it "moderation notice"
This commit is contained in:
parent
b082822075
commit
ab764b34bf
2 changed files with 2 additions and 2 deletions
|
@ -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 a new issue