From 576ca5a0a988c36012f5aa7b7f2cd8069d3c6998 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Thu, 6 Aug 2026 16:03:31 -0400 Subject: [PATCH] Added transation for customer --- config/locales/en.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/locales/en.yml b/config/locales/en.yml index c73ead1..2ae5225 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -37,6 +37,7 @@ en: label_create_payment: "Create Payment" label_customer_count: "Customer Count" label_customer_link_expires: "This customer link expires in" + label_customer: "Customer" label_customers: "Customers" label_delete: "Delete" label_deposit_into: "Deposit to Account"