Skip to content

Commit d680704

Browse files
committed
improving the clarity of user message
1 parent f19747e commit d680704

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

roles/delegatorVerification.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ module.exports = {
432432
if (!thread) {
433433
delegatorVerificationState.delete(discordId);
434434
return interaction.reply({
435-
content: "⚠️ Your previous verification thread could not be found. Please start again from the dropdown menu.",
435+
content: "⚠️ Your previous delegator verification thread could not be found. Please start again from the dropdown menu.",
436436
flags: MessageFlags.Ephemeral
437437
});
438438
}

roles/validatorVerification.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ module.exports = {
424424
if (!thread) {
425425
validatorVerificationState.delete(discordId);
426426
return interaction.reply({
427-
content: "⚠️ Your previous verification thread could not be found. Please start again from the dropdown menu.",
427+
content: "⚠️ Your previous validator verification thread could not be found. Please start again from the dropdown menu.",
428428
flags: MessageFlags.Ephemeral
429429
});
430430
}

0 commit comments

Comments
 (0)