app/views/plugins/ecommerce/front/checkout/index.html.erb in camaleon_ecommerce-1.2 vs app/views/plugins/ecommerce/front/checkout/index.html.erb in camaleon_ecommerce-1.2.1
- old
+ new
@@ -2,23 +2,23 @@
<% if warning.present? %>
<div class="alert alert-danger"><%= raw warning.join("<br>") %></div>
<% end %>
<div id="cama_checkout_view" class="row checkout_view">
<%= render plugin_view('partials/cart_widget') %>
- <h1>Checkout Process</h1>
+ <h1><%= t('.check_out_process', default: 'Checkout Process') %></h1>
<div class="stepwizard col-md-offset-3 col-sm-offset-3">
<div class="stepwizard-row setup-panel">
<div class="stepwizard-step">
<a href="#step-1" type="button" class="btn btn-default btn-circle" disabled="disabled">1</a>
- <p>Step 1</p>
+ <p><%= t('.step', default: 'Step') %> 1</p>
</div>
<div class="stepwizard-step">
<a href="#step-2" type="button" class="btn btn-default btn-circle" disabled="disabled">2</a>
- <p>Step 2</p>
+ <p><%= t('.step', default: 'Step') %> 2</p>
</div>
<div class="stepwizard-step">
<a href="#step-3" type="button" class="btn btn-default btn-circle" disabled="disabled">3</a>
- <p>Step 3</p>
+ <p><%= t('.step', default: 'Step') %> 3</p>
</div>
</div>
</div>
<div class="steps_content">