From 6ef56f97c027663451e8287e6ee909e9d3b9ecc4 Mon Sep 17 00:00:00 2001 From: Allan Carr Date: Thu, 12 Mar 2026 16:58:59 -0700 Subject: [PATCH] IO-2433 Missing Translation Signed-off-by: Allan Carr --- client/src/translations/en_us/common.json | 1 + client/src/translations/es/common.json | 1 + client/src/translations/fr/common.json | 1 + 3 files changed, 3 insertions(+) diff --git a/client/src/translations/en_us/common.json b/client/src/translations/en_us/common.json index 02e952d61..371ab7ab6 100644 --- a/client/src/translations/en_us/common.json +++ b/client/src/translations/en_us/common.json @@ -2186,6 +2186,7 @@ "duplicateconfirm": "Are you sure you want to duplicate this Job? Some elements of this Job will not be duplicated.", "emailaudit": "Email Audit Trail", "employeeassignments": "Employee Assignments", + "esignature": "E-Signature", "estimatelines": "Estimate Lines", "estimator": "Estimator", "existing_jobs": "Existing Jobs", diff --git a/client/src/translations/es/common.json b/client/src/translations/es/common.json index f10585f6f..957b73eba 100644 --- a/client/src/translations/es/common.json +++ b/client/src/translations/es/common.json @@ -2186,6 +2186,7 @@ "duplicateconfirm": "", "emailaudit": "", "employeeassignments": "", + "esignature": "", "estimatelines": "", "estimator": "", "existing_jobs": "Empleos existentes", diff --git a/client/src/translations/fr/common.json b/client/src/translations/fr/common.json index 4f7edc58d..0e9cc4649 100644 --- a/client/src/translations/fr/common.json +++ b/client/src/translations/fr/common.json @@ -2186,6 +2186,7 @@ "duplicateconfirm": "", "emailaudit": "", "employeeassignments": "", + "esignature": "", "estimatelines": "", "estimator": "", "existing_jobs": "Emplois existants",