diff --git a/backend/src/modules/filelist/utils/email.ts b/backend/src/modules/filelist/utils/email.ts index ef26240a..d167a626 100644 --- a/backend/src/modules/filelist/utils/email.ts +++ b/backend/src/modules/filelist/utils/email.ts @@ -1,24 +1,28 @@ export const filelistEmail = ` -
+
- Digital Archives Transfer Service + Digital File List

- The creation of your file list for the Digital Archives Transfer Service is complete. + Please find your digital file list (ARS 662) attached to this email.

- Please find the generated file list attached to this email for your review and records. + If you have questions please contact + + GIM@gov.bc.ca + or your + + Government Information Management (GIM) Specialists. +

- Thank you for using the Digital Archives Transfer Service! + Thank you for using the Digital Archives Transfer Service (DATS)!

This is an automated message. Please do not reply to this email. -
- For assistance, please email the PO, Alexandra Khan @ alexandra.khan@gov.bc.ca

diff --git a/backend/src/modules/filelist/utils/queueConsumer.ts b/backend/src/modules/filelist/utils/queueConsumer.ts index e8210d0e..df79ab26 100644 --- a/backend/src/modules/filelist/utils/queueConsumer.ts +++ b/backend/src/modules/filelist/utils/queueConsumer.ts @@ -45,7 +45,7 @@ export const queueConsumer = async (msg: amqp.ConsumeMessage, channel: amqp.Chan // Handle output file type switch (filelist.outputFileType) { case "excel": { - const filename = `File_List_${date}.xlsx`; + const filename = `Digital_File_List_${date}.xlsx`; // Create Excel workbook const workbook: Workbook = createExcelWorkbook({ @@ -74,14 +74,14 @@ export const queueConsumer = async (msg: amqp.ConsumeMessage, channel: amqp.Chan bodyType: "html", body: filelistEmail, to: [email], - subject: "DATS - File List", + subject: "DATS - Digital File List Created", }); return channel.ack(msg); } case "json": { - const filename = `File_List_${date}.json`; + const filename = `Digital_File_List_${date}.json`; // Create JSON file list const jsonFile: JsonFileList = createJsonFileList({ diff --git a/desktop/src/renderer/src/pages/Home.tsx b/desktop/src/renderer/src/pages/Home.tsx index b3b7a3f7..996e3b94 100644 --- a/desktop/src/renderer/src/pages/Home.tsx +++ b/desktop/src/renderer/src/pages/Home.tsx @@ -88,8 +88,10 @@ export const HomePage = ({ authenticated }: Props) => { )} - - Need Assistance? + + + Need Assistance? + For assistance, contact your @@ -97,7 +99,7 @@ export const HomePage = ({ authenticated }: Props) => { href="https://www2.gov.bc.ca/gov/content/governments/services-for-government/information-management-technology/records-management/records-contacts/ministries" target="_blank" > - GIM Specialists. + Government Information Management (GIM) Specialists.