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") }); } } diff --git a/server/job/job-totals-recorder.js b/server/job/job-totals-recorder.js index 66edad974..d837db220 100644 --- a/server/job/job-totals-recorder.js +++ b/server/job/job-totals-recorder.js @@ -27,7 +27,13 @@ const getEnvPrefix = () => { const envPrefix = getEnvPrefix(); -const S3_BUCKET_NAME = process.env?.NODE_ENV === "development" ? "imex-job-totals" : `job-totals-${envPrefix}`; +const S3_BUCKET_NAME = + process.env?.NODE_ENV === "development" + ? "imex-job-totals" + : InstanceMgr({ + imex: `job-totals-${envPrefix}`, + rome: `job-totals-${envPrefix}-rome` + }); /** * Generates a unique S3 key for the job totals file