Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Commit

Permalink
chore(ux/faculty-feedback): Add cancellation hint to input error message
Browse files Browse the repository at this point in the history
  • Loading branch information
ditsuke committed Sep 26, 2023
1 parent b6ffcaa commit 600ccbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/states/state-handlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ export const handleFacultyFeedbackRating = async (ctx: BotHandlerContext) => {
) {
await ctx.bot.sendMessage(
whatsappPayload.sender,
"Invalid input. Please try again."
"Invalid input. Please try again, or type *cancel* to cancel."
);
return updatedUser;
}
Expand Down

0 comments on commit 600ccbc

Please sign in to comment.