From 8f8e28f8167c69d69b30488270700c702d1b9d6d Mon Sep 17 00:00:00 2001 From: filipefurtad0 Date: Wed, 19 Jul 2023 17:52:52 +0100 Subject: [PATCH] Fixes missing translation on Invoices tab Adds invoices to en.yml, fixing #11237 --- config/locales/en.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/locales/en.yml b/config/locales/en.yml index 5eda42785d..624defa10d 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -3642,6 +3642,7 @@ See the %{link} to find out more about %{sitename}'s features and to start using customer_details: "Customer Details" adjustments: "Adjustments" payments: "Payments" + invoices: "Invoices" return_authorizations: "Return Authorizations" credit_owed: "Credit Owed" new_adjustment: "New Adjustment"