From e53c9aab722dcbfa1d95cc00b357f425889cd3f0 Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Mon, 25 Oct 2021 10:24:18 -0700 Subject: [PATCH] IO-1379 CSI invite Key update. --- .../jobs-detail-header-actions.csi.component.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/jobs-detail-header-actions/jobs-detail-header-actions.csi.component.jsx b/client/src/components/jobs-detail-header-actions/jobs-detail-header-actions.csi.component.jsx index b603fb31a..bb35f3475 100644 --- a/client/src/components/jobs-detail-header-actions/jobs-detail-header-actions.csi.component.jsx +++ b/client/src/components/jobs-detail-header-actions/jobs-detail-header-actions.csi.component.jsx @@ -147,7 +147,7 @@ export function JobsDetailHeaderCsi({ replyTo: bodyshop.email, }, template: { - name: TemplateList("job").csi_invitation.key, + name: TemplateList("job_special").csi_invitation_action.key, variables: { id: job.csiinvites[0].id, },