This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ofbiz-site.git
The following commit(s) were added to refs/heads/master by this push: new b40bdfd Fixes the comment about next demos (not previous) b40bdfd is described below commit b40bdfd0e4b781fa8d3ba6334b84f78b1e7177bb Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Tue May 31 16:55:40 2022 +0200 Fixes the comment about next demos (not previous) --- ofbiz-demos.html | 2 +- template/page/ofbiz-demos.tpl.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ofbiz-demos.html b/ofbiz-demos.html index 6e79581..7935733 100644 --- a/ofbiz-demos.html +++ b/ofbiz-demos.html @@ -183,7 +183,7 @@ <div class="span10"> <h2>Next Release 22.01 - Demo</h2> <div class="divider"><span></span></div> - <p>This demo is for the previous OFBiz release. </p> + <p>This demo is for the next to come OFBiz release.</p> <p><i class="icon-pin"></i><a href="//demo-next.ofbiz.apache.org/ordermgr/control/main?USERNAME=admin&PASSWORD=ofbiz&JavaScriptEnabled=Y" target="external"><strong>Backend Management (ERP) Applications</strong></a> </p> <p><i class="icon-pin"></i><a href="//demo-next.ofbiz.apache.org/ecommerce/control/main" target="external"><strong>Front End E-Commerce Webstore</strong></a> </p> diff --git a/template/page/ofbiz-demos.tpl.php b/template/page/ofbiz-demos.tpl.php index fbbf657..c6294ca 100644 --- a/template/page/ofbiz-demos.tpl.php +++ b/template/page/ofbiz-demos.tpl.php @@ -72,7 +72,7 @@ <div class="span10"> <h2>Next Release 22.01 - Demo</h2> <div class="divider"><span></span></div> - <p>This demo is for the previous OFBiz release. </p> + <p>This demo is for the next to come OFBiz release.</p> <p><i class="icon-pin"></i><a href="//demo-next.ofbiz.apache.org/ordermgr/control/main?USERNAME=admin&PASSWORD=ofbiz&JavaScriptEnabled=Y" target="external"><strong>Backend Management (ERP) Applications</strong></a> </p> <p><i class="icon-pin"></i><a href="//demo-next.ofbiz.apache.org/ecommerce/control/main" target="external"><strong>Front End E-Commerce Webstore</strong></a> </p>