From 4d529d26bfc234e934d810d933bd8c45f2332243 Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Tue, 23 Feb 2021 15:16:43 -0800 Subject: [PATCH] Label update. IO-606 --- .../labor-allocations-adjustment-edit.component.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/labor-allocations-adjustment-edit/labor-allocations-adjustment-edit.component.jsx b/client/src/components/labor-allocations-adjustment-edit/labor-allocations-adjustment-edit.component.jsx index e593b67b4..22703fcf5 100644 --- a/client/src/components/labor-allocations-adjustment-edit/labor-allocations-adjustment-edit.component.jsx +++ b/client/src/components/labor-allocations-adjustment-edit/labor-allocations-adjustment-edit.component.jsx @@ -46,7 +46,7 @@ export default function LaborAllocationsAdjustmentEdit({ }); } else { notification["success"]({ - message: t("jobs.successes.saved"), + message: t("jobs.successes.save"), }); } setLoading(false);