From cc6fd074357770fc642f19eb030c7df5f2b5230a Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Sat, 28 Feb 2026 08:53:46 -0500 Subject: [PATCH] Update notice for missing estimate to include syncing information with QuickBooks --- config/locales/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index 8786e07..3c63e20 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -98,7 +98,7 @@ en: notice_error_project_nil: "The issue's project is nil. Set project to:" notice_error_tracker_nil: "The issue's tracker is nil. Set tracker to:" notice_estimate_created: "Estimate created in QuickBooks" - notice_estimate_not_found: "Estimate not found" + notice_estimate_not_found: "Estimate not found, we are syncing with QuickBooks to find it. Please check back shortly." notice_estimate_updated: "Estimate updated in QuickBooks" notice_forbidden: "You do not have permission to access this resource." notice_invoice_created: "Invoice created in QuickBooks"