fix up Webhook management

This commit is contained in:
Mathium05
2026-08-17 19:25:28 -05:00
parent 7336e38fb3
commit dac1bb9f88
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -4401,7 +4401,7 @@ fieldset input[type="radio"] {
padding: 6px;
cursor: pointer;
margin-top: 6px;
img {
.pfpDiv {
width: 48px !important;
height: 48px !important;
padding: 4px !important;
+1 -1
View File
@@ -156,7 +156,7 @@ async function webhookMenu(
form.addHTMLArea(div);
} catch {}
form.addButtonInput("", I18n.webhooks.deleteWebhook(), () => {
const d = new Dialog("areYouSureDelete");
const d = new Dialog(I18n.webhooks.areYouSureDeleteHead(hook.name));
const opt = d.options;
opt.addTitle(I18n.webhooks.areYouSureDelete(hook.name));
const opt2 = opt.addOptions("", {ltr: true});
+1
View File
@@ -1038,6 +1038,7 @@
"webhooks": {
"EnterWebhookName": "Enter webhook name",
"areYouSureDelete": "Are you sure you want to delete $1?",
"areYouSureDeleteHead":"Delete $1?",
"avatar": "Avatar",
"base": "Webhooks",
"channel": "Webhook outputs to channel:",