This is an automated email from the ASF dual-hosted git repository.
jacopoc pushed a commit to branch release24.09
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/release24.09 by this push:
new 7f37df3cde Fixed: UI Labels on the edit calendar exception day screen
are referring to exception week instead of day (OFBIZ-13257)
7f37df3cde is described below
commit 7f37df3cde24eba176fd34cd689fa07535ad2544
Author: Nameet Jain <[email protected]>
AuthorDate: Wed Jan 14 20:21:49 2026 +0530
Fixed: UI Labels on the edit calendar exception day screen are referring to
exception week instead of day (OFBIZ-13257)
A new label has been added and translated in several languages leveraging
ChatGPT.
---
.../manufacturing/config/ManufacturingUiLabels.xml | 14 ++++++++++++++
.../template/routing/EditCalendarExceptionDay.ftl | 4 ++--
2 files changed, 16 insertions(+), 2 deletions(-)
diff --git a/applications/manufacturing/config/ManufacturingUiLabels.xml
b/applications/manufacturing/config/ManufacturingUiLabels.xml
index 1ec0f3697c..0452cb004f 100644
--- a/applications/manufacturing/config/ManufacturingUiLabels.xml
+++ b/applications/manufacturing/config/ManufacturingUiLabels.xml
@@ -5558,6 +5558,20 @@
<value xml:lang="zh">工人</value>
<value xml:lang="zh-TW">工作者</value>
</property>
+ <property key="PageTitleAddCalendarExceptionDay">
+ <value xml:lang="de">Kalender-Ausnahmetag hinzufügen</value>
+ <value xml:lang="en">Add Calendar Exception Day</value>
+ <value xml:lang="es">Añadir día de excepción del calendario</value>
+ <value xml:lang="fr">Ajouter un jour d’exception au calendrier</value>
+ <value xml:lang="it">Aggiungi Giorno di Eccezione del
Calendario</value>
+ <value xml:lang="ja">カレンダ除外日を追加</value>
+ <value xml:lang="nl">Uitzonderingsdag toevoegen</value>
+ <value xml:lang="pt-BR">Adicionar dia de exceção ao calendário</value>
+ <value xml:lang="th">เพิ่มวันยกเว้นในปฏิทิน</value>
+ <value xml:lang="vi">Thêm ngày ngoại lệ trong lịch</value>
+ <value xml:lang="zh">添加日历例外日</value>
+ <value xml:lang="zh-TW">增加日曆例外日</value>
+ </property>
<property key="PageTitleAddCalendarExceptionWeek">
<value xml:lang="de">Kalender-Ausnahme-Woche hinzufügen</value>
<value xml:lang="en">Add Calendar Exception Week</value>
diff --git
a/applications/manufacturing/template/routing/EditCalendarExceptionDay.ftl
b/applications/manufacturing/template/routing/EditCalendarExceptionDay.ftl
index 5c8d3cf049..d0bb584ad7 100644
--- a/applications/manufacturing/template/routing/EditCalendarExceptionDay.ftl
+++ b/applications/manufacturing/template/routing/EditCalendarExceptionDay.ftl
@@ -32,7 +32,7 @@ under the License.
<#if calendarExceptionDay?has_content>
<div class="screenlet">
<div class="screenlet-title-bar">
- <h3>${uiLabelMap.PageTitleEditCalendarExceptionWeek}</h3>
+ <h3>${uiLabelMap.PageTitleEditCalendarExceptionDay}</h3>
</div>
<div class="screenlet-body">
${setRequestAttribute("calendarExceptionDay", calendarExceptionDay!)}
@@ -42,7 +42,7 @@ under the License.
</#if>
<div class="screenlet">
<div class="screenlet-title-bar">
- <h3>${uiLabelMap.PageTitleAddCalendarExceptionWeek}</h3>
+ <h3>${uiLabelMap.PageTitleAddCalendarExceptionDay}</h3>
</div>
<div class="screenlet-body">
${setRequestAttribute("techDataCalendar", techDataCalendar!)}