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