From c071537689fa2ace71d3452fb583300a68b569c8 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Tue, 10 Sep 2024 14:51:51 -0400 Subject: [PATCH] Messaging --- mccs-it/thermal/modules/Thermal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mccs-it/thermal/modules/Thermal.js b/mccs-it/thermal/modules/Thermal.js index 859d31b..87bedf6 100644 --- a/mccs-it/thermal/modules/Thermal.js +++ b/mccs-it/thermal/modules/Thermal.js @@ -14,7 +14,7 @@ module.exports = { '', `Student ID: ${studentId}`, '', - 'Note: When signing into the MyKV Portal, do not include @kvcc.me.edu', + 'Note: the MyKV Portal uses your username to sign in, not email.', 'For technical support contact IT Support at ITHelp@MaineCC.edu or (207)453-5079' ]; const infoString = infoArray.join('\n');