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-plugins.gitThe following commit(s) were added to refs/heads/trunk by this push:
new dc55cb4 Improved: Update markup of Quick Checkout Page according Bootstrap v4.0.0 (OFBIZ-10136) Fixes a typo
dc55cb4 is described below
commit dc55cb4746d21564068b872f81cffe81f17c73ed
Author: Jacques Le Roux <
[hidden email]>
AuthorDate: Sat Jul 25 09:55:04 2020 +0200
Improved: Update markup of Quick Checkout Page according Bootstrap v4.0.0 (OFBIZ-10136)
Fixes a typo
---
ecommerce/template/order/CheckoutOptions.ftl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ecommerce/template/order/CheckoutOptions.ftl b/ecommerce/template/order/CheckoutOptions.ftl
index 9de1950..8d5643e 100644
--- a/ecommerce/template/order/CheckoutOptions.ftl
+++ b/ecommerce/template/order/CheckoutOptions.ftl
@@ -212,7 +212,7 @@ function submitForm(form, mode, value) {
<#-- Payment Method Selection -->
<div class="card" >
<h4 class="card-header">
- 3. ${uiLabelMap.OrderHowShallYouPay}?
+ 3. ${uiLabelMap.OrderHowShallYouPay}?
</h4>
<div class="card-body" >
<h5>${uiLabelMap.CommonAdd}:</h5>
@@ -367,4 +367,4 @@ function submitForm(form, mode, value) {
<div class="col-auto">
<a href="javascript:submitForm(document.checkoutInfoForm, 'DN', '');" class="btn btn-primary">${uiLabelMap.OrderContinueToFinalOrderReview}</a>
</div>
-</div>
\ No newline at end of file
+</div>