You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/constants/responses.ts
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,9 @@ export const FAILED_TO_FETCH_TASKS = `Failed to fetch tasks for **{{assignee}}**
65
65
exportconstUSER_NOT_FOUND=`User Not Found`;
66
66
exportconstUSER_STATUS_NOT_FOUND="No Status Found";
67
67
68
+
exportconstFAILED_TO_FETCH_DISCORD_GUILD_ROLE=
69
+
"Failed to fetch discord guild role";
70
+
68
71
exportconstOVERDUE_DEFAULT_MESSAGE="You have overdue tasks.";
69
72
exportconstOVERDUE_CUSTOM_MESSAGE=
70
73
"Please be aware that you currently have tasks that are overdue or due within the next {{days}} day. If you require additional time to complete these tasks, kindly submit an extension request.";
0 commit comments