From b3c3006b5627831dad80eeea199d69403c5da230 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Thu, 6 Aug 2026 16:22:12 -0400 Subject: [PATCH] Added transaltion for Estimate --- config/locales/en.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/locales/en.yml b/config/locales/en.yml index 2ae5225..6e1a023 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -51,6 +51,7 @@ en: label_error: "Error" label_estimate_404: "Estimate not found" label_estimate_count: "Estimate Count" + label_estimate: "Estimate" label_estimates: "Estimates" label_hours: "Hours" label_invoice_404: "Invoice not found"