From c751f0cba40063b09a2df101f34fda88b8c1a025 Mon Sep 17 00:00:00 2001 From: Allan Carr Date: Wed, 5 Feb 2025 15:10:18 -0800 Subject: [PATCH] IO-3127 Dashboard Schedule Translations Signed-off-by: Allan Carr --- client/src/translations/en_us/common.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/src/translations/en_us/common.json b/client/src/translations/en_us/common.json index 1c153d26a..ce466aa5b 100644 --- a/client/src/translations/en_us/common.json +++ b/client/src/translations/en_us/common.json @@ -970,10 +970,10 @@ "productiondollars": "Total Dollars in Production", "productionhours": "Total Hours in Production", "projectedmonthlysales": "Projected Monthly Sales", - "scheduledindate": "Sheduled In Today: {{date}}", - "scheduledintoday": "Sheduled In Today", - "scheduledoutdate": "Sheduled Out Today: {{date}}", - "scheduledouttoday": "Sheduled Out Today", + "scheduledindate": "Scheduled In Today: {{date}}", + "scheduledintoday": "Scheduled In Today", + "scheduledoutdate": "Scheduled Out Today: {{date}}", + "scheduledouttoday": "Scheduled Out Today", "tasks": "Tasks" } },