From c1b3df9c3bd04b1e0506f63a7da22a41aae069e5 Mon Sep 17 00:00:00 2001 From: Allan Carr Date: Thu, 9 Jan 2025 17:43:43 -0800 Subject: [PATCH] IO-3080 Restrict Claimable Hours Label Signed-off-by: Allan Carr --- client/src/translations/en_us/common.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/translations/en_us/common.json b/client/src/translations/en_us/common.json index f153a242a..7f82f69f1 100644 --- a/client/src/translations/en_us/common.json +++ b/client/src/translations/en_us/common.json @@ -636,7 +636,7 @@ "target_touchtime": "Target Touch Time", "timezone": "Timezone", "tt_allow_post_to_invoiced": "Allow Time Tickets to be posted to Invoiced & Exported Jobs", - "tt_enforce_hours_for_tech_console": "Restrict Claimable hours from Tech Console", + "tt_enforce_hours_for_tech_console": "Restrict Claimable Hours", "use_fippa": "Conceal Customer Information on Generated Documents?", "use_paint_scale_data": "Use Paint Scale Data for Job Costing?", "uselocalmediaserver": "Use Local Media Server?",