From b5322c97652463a9985189fcfe57024ef25290ff Mon Sep 17 00:00:00 2001 From: Bounmy Stephane Date: Fri, 25 May 2012 19:21:22 +0200 Subject: [PATCH] translation symlink --- app/views/spree/shared/paypal_express_confirm.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/spree/shared/paypal_express_confirm.html.erb b/app/views/spree/shared/paypal_express_confirm.html.erb index 5bcc1bc..a4132db 100644 --- a/app/views/spree/shared/paypal_express_confirm.html.erb +++ b/app/views/spree/shared/paypal_express_confirm.html.erb @@ -7,14 +7,14 @@

- <%= raw t("order_not_yet_placed") %> + <%= raw t(:order_not_yet_placed) %>

<%= render :partial => 'spree/shared/order_details', :locals => {:order => @order} -%>
- <%= button_to t('place_order'), paypal_finish_order_checkout_url(@order, {:token => params[:token] , :PayerID => params[:PayerID], :payment_method_id => + <%= button_to t(:place_order), paypal_finish_order_checkout_url(@order, {:token => params[:token] , :PayerID => params[:PayerID], :payment_method_id => params[:payment_method_id] } ), :class => "button primary" %>