From cdda6bb8bfeafe599354e4b4bd4ac96901b2c975 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Thu, 13 Nov 2025 08:51:24 -0700 Subject: [PATCH] Fix 4 --- interactionHandlers/common/resetPasswordDialog.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/interactionHandlers/common/resetPasswordDialog.js b/interactionHandlers/common/resetPasswordDialog.js index 73fff50..17731e7 100644 --- a/interactionHandlers/common/resetPasswordDialog.js +++ b/interactionHandlers/common/resetPasswordDialog.js @@ -14,10 +14,11 @@ module.exports.execute = async (interaction) => { interaction.showModal({ title: 'Reset Extension Password', customId: 'resetPasswordModal', + label: 'Reset Extension Password', components: [ { type: 18, // Label - label: "New Password. Leave blank to generate a random one.", + label: "New Password. Leave blank for random.", compoents: [ { type: 4, // Text Input