From 6083750de83755d388f5d792d5392b3751fc987a Mon Sep 17 00:00:00 2001 From: Wei Zhang Date: Thu, 23 Sep 2021 10:23:21 +0800 Subject: [PATCH 1/4] Localized the title of panel and dialog in Sales Summary screen --- .../Accounting/Reports/SalesSummaryStats.html.ftl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/screen/SimpleScreens/Accounting/Reports/SalesSummaryStats.html.ftl b/screen/SimpleScreens/Accounting/Reports/SalesSummaryStats.html.ftl index e76b1638..c0f58b9c 100644 --- a/screen/SimpleScreens/Accounting/Reports/SalesSummaryStats.html.ftl +++ b/screen/SimpleScreens/Accounting/Reports/SalesSummaryStats.html.ftl @@ -15,14 +15,14 @@ along with this software (see the LICENSE.md file). If not, see <#assign modalTitle = title + " Detail"> <#if sri.getRenderMode() == "vuet" || sri.getRenderMode() == "html">
-
${title}
+
${ec.l10n.localize(title)}
<@statsPanelContent title mainFormat valThis valLast valPrior valAvg false chartList chartMaList labelList/>