diff options
-rw-r--r-- | pages/ord/checkout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/ord/checkout.html b/pages/ord/checkout.html index cfcab31..9608468 100644 --- a/pages/ord/checkout.html +++ b/pages/ord/checkout.html @@ -11,7 +11,7 @@ <div class="py-2"> <h1>[L]Checkout form[/L]</h1> [if session logged_in] - <p class="lead">[L]Please verify the information below and click the <b>'Place Order'</b> button to process your order.[/L]</p> + <p class="lead">[L]Please verify the information below and click the <b>'Place Order'</b> button to process your order.[/L]</p>[else] [include include/checkout/login_form][/else][/if][if !variable NO_TAX_POPUP] [include include/checkout/tax_popup][/if] [edisplay show_label=1 show_var=0 keep=1] |