From cf14224a8e478e1cb900b82193112b086cbc7060 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Tue, 10 Sep 2024 15:48:42 -0400 Subject: [PATCH] Messaging update --- mccs-it/thermal/modules/Thermal.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mccs-it/thermal/modules/Thermal.js b/mccs-it/thermal/modules/Thermal.js index 9aa485c..4ae635f 100644 --- a/mccs-it/thermal/modules/Thermal.js +++ b/mccs-it/thermal/modules/Thermal.js @@ -90,10 +90,10 @@ module.exports = { // Create the output text const infoArray = [ 'Kennebec Valley Community College is migrating email domains from @kvcc.me.edu to @mainecc.edu.\n', - `For support with this transition, please contact ${mccContractor.name}:`, - `Phone: ${mccContractor.phone}`, - `Email: ${mccContractor.email}`, - `Website:\n${mccContractor.site}\n`, + `For support with this transition, please contact:\n${mccContractor.name}`, + `${mccContractor.phone}`, + `${mccContractor.email}`, + `${mccContractor.site}\n`, 'For other technical support contact IT Support at ITHelp@MaineCC.edu or (207)453-5079' ]; const infoString = infoArray.join('\n');