diff --git a/client/src/components/jobs-detail-header-actions/jobs-detail-header-actions.component.jsx b/client/src/components/jobs-detail-header-actions/jobs-detail-header-actions.component.jsx index 860bb7e98..1db81a3b1 100644 --- a/client/src/components/jobs-detail-header-actions/jobs-detail-header-actions.component.jsx +++ b/client/src/components/jobs-detail-header-actions/jobs-detail-header-actions.component.jsx @@ -1135,7 +1135,7 @@ export function JobsDetailHeaderActions({ } catch (err) { console.error(`Error submitting job for testing: ${err?.message}`); notification.error({ - message: t("genera.errors.submit-for-testing-error") + message: t("general.errors.submit-for-testing-error") }); } }