This is an automated email from the ASF dual-hosted git repository.
jleroux pushed a commit to branch release17.12
in repository
https://gitbox.apache.org/repos/asf/ofbiz-framework.gitThe following commit(s) were added to refs/heads/release17.12 by this push:
new 5ebc88d Fixed: Bug in order manager main page when using Arab language (OFBIZ-9687)
5ebc88d is described below
commit 5ebc88d21381f4ab423be6de6c3f6a60d53366f9
Author: Jacques Le Roux <
[hidden email]>
AuthorDate: Sat Aug 22 18:03:41 2020 +0200
Fixed: Bug in order manager main page when using Arab language (OFBIZ-9687)
It seems that we are getting the issue due to the special character "/" which is
present in OrderManager Uilabel.
I just changed the OrderManager Uilabel value from Buy / Sell Order Manager to
Order Manager and removed the special character "/".
Thanks: Mohammed Rehan Khan
---
applications/order/config/OrderUiLabels.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/applications/order/config/OrderUiLabels.xml b/applications/order/config/OrderUiLabels.xml
index 1742a1c..65cc71c 100644
--- a/applications/order/config/OrderUiLabels.xml
+++ b/applications/order/config/OrderUiLabels.xml
@@ -5872,7 +5872,7 @@
<value xml:lang="zh-TW">預訂</value>
</property>
<property key="OrderManager">
- <value xml:lang="ar">مدير أمر البيع\الشراء</value>
+ <value xml:lang="ar">مدير أمر</value>
<value xml:lang="de">Auftragsverwaltung Anwendung</value>
<value xml:lang="en">Order Manager</value>
<value xml:lang="es">Gestión de pedidos</value>