From 90a84335ab8c5e9ccf708500fd39f2e5345f1821 Mon Sep 17 00:00:00 2001 From: aspangaro <alexandre.spangaro@gmail.com> Date: Sun, 17 Jul 2016 07:34:19 +0200 Subject: [PATCH] Fix: Missing key language on home for boxes --- htdocs/langs/en_US/boxes.lang | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/htdocs/langs/en_US/boxes.lang b/htdocs/langs/en_US/boxes.lang index ff20b6afb1c..2e85ba36f1f 100644 --- a/htdocs/langs/en_US/boxes.lang +++ b/htdocs/langs/en_US/boxes.lang @@ -72,6 +72,11 @@ BoxProposalsPerMonth=Proposals per month NoTooLowStockProducts=No product under the low stock limit BoxProductDistribution=Products/Services distribution BoxProductDistributionFor=Distribution of %s for %s +BoxTitleLastModifiedSupplierBills=Latest %s modified supplier bills +BoxTitleLatestModifiedSupplierOrders=Latest %s modified supplier orders +BoxTitleLastModifiedCustomerBills=Latest %s modified customer bills +BoxTitleLastModifiedCustomerOrders=Latest %s modified customer orders +BoxTitleLastModifiedPropals=Latest %s modified propals ForCustomersInvoices=Customers invoices ForCustomersOrders=Customers orders ForProposals=Proposals -- GitLab