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