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 660018a Amend previous by removing a typo:
660018a is described below
commit 660018a0c403e8b78e7b6fc9ebfec44a9a8942e4
Author: Jacques Le Roux <
[hidden email]>
AuthorDate: Fri Jan 17 15:14:15 2020 +0100
Amend previous by removing a typo:
Improved: no functional change
After 12 years being unperceived I suddenly wondered about the world "default"
at the right of the connection and main Webtools screen.
It was added by OFBIZ-914, and missed a label, here it is.
---
framework/webtools/template/Main.ftl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/framework/webtools/template/Main.ftl b/framework/webtools/template/Main.ftl
index a3700fd..3024c2e 100644
--- a/framework/webtools/template/Main.ftl
+++ b/framework/webtools/template/Main.ftl
@@ -20,7 +20,7 @@ under the License.
<div class="screenlet-title-bar">
<ul>
<li class="h3">${uiLabelMap.WebtoolsMainPage}</li>
- <li class="disabled">${uiLabelMap.WebtoolsDelegatorName } ${delegator.getDelegatorName()}</li>
+ <li class="disabled">${uiLabelMap.WebtoolsDelegatorName} ${delegator.getDelegatorName()}</li>
</ul>
<br class="clear"/>
</div>