This is an automated email from the ASF dual-hosted git repository.
jleroux pushed a commit to branch trunk
in repository
https://gitbox.apache.org/repos/asf/ofbiz-framework.gitThe following commit(s) were added to refs/heads/trunk by this push:
new c097341 Fixed: Bug in order manager main page when using Arab language (OFBIZ-9687)
c097341 is described below
commit c097341718da36495567e477214a092f061af61e
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 8bc0fdc..b52188d 100644
--- a/applications/order/config/OrderUiLabels.xml
+++ b/applications/order/config/OrderUiLabels.xml
@@ -5949,7 +5949,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>