[ofbiz-site] branch master updated: Improved: business-users pages of ofbiz website

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[ofbiz-site] branch master updated: Improved: business-users pages of ofbiz website

jleroux@apache.org
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 4b6eaf6  Improved: business-users pages of ofbiz website
4b6eaf6 is described below

commit 4b6eaf6d72a6ab26ff145276171e964043c3baec
Author: Jacques Le Roux <[hidden email]>
AuthorDate: Wed Jul 8 20:34:50 2020 +0200

    Improved: business-users pages of ofbiz website
   
    Changes "build and install" section to refer to the INSTALL texte file, better syntax
---
 business-users.html                  | 2 +-
 template/page/business-users.tpl.php | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/business-users.html b/business-users.html
index 57ccf5b..e71267c 100644
--- a/business-users.html
+++ b/business-users.html
@@ -285,7 +285,7 @@
                  <p>Once you have downloaded OFBiz it needs to be built before you can run it. To build OFBiz and start it running, you will need to:</p>
     <ul class="iconsList">
         <li><i class="icon-pin"></i>open a command line window and;</li>
-        <li><i class="icon-pin"></i>navigate to the OFBiz directory then.</li>
+        <li><i class="icon-pin"></i>navigate to the OFBiz directory.</li>
         <li><i class="icon-pin"></i>Open the INSTALL text file and follow the directives.</li>
     
     </div>
diff --git a/template/page/business-users.tpl.php b/template/page/business-users.tpl.php
index 0031434..b6d797c 100644
--- a/template/page/business-users.tpl.php
+++ b/template/page/business-users.tpl.php
@@ -187,7 +187,7 @@
                  <p>Once you have downloaded OFBiz it needs to be built before you can run it. To build OFBiz and start it running, you will need to:</p>
     <ul class="iconsList">
         <li><i class="icon-pin"></i>open a command line window and;</li>
-        <li><i class="icon-pin"></i>navigate to the OFBiz directory then.</li>
+        <li><i class="icon-pin"></i>navigate to the OFBiz directory.</li>
         <li><i class="icon-pin"></i>Open the INSTALL text file and follow the directives.</li>
     
     </div>