Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Commit

Permalink
Port to Spree 2.0 translations.
Browse files Browse the repository at this point in the history
  • Loading branch information
rterbush authored and GeekOnCoffee committed May 10, 2013
1 parent ff54150 commit 2ca1029
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Deface::Override.new(:virtual_path => "spree/admin/shared/_configuration_menu",
:name => "add_captcha_admin_option",
:insert_bottom => "[data-hook='admin_configurations_sidebar_menu']",
:text => "<%= configurations_sidebar_menu_item t('captcha.captcha_settings'), edit_admin_captcha_settings_path %>",
:text => "<%= configurations_sidebar_menu_item Spree.t('captcha.captcha_settings'), edit_admin_captcha_settings_path %>",
:disabled => false)
2 changes: 1 addition & 1 deletion app/overrides/add_email_to_friend_link_to_products.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
:name => "converted_product_description_351026984",
:insert_bottom => "[data-hook='product_description'], #product_description[data-hook]",
:text => "<p class=\"email_to_friend\">
<%= link_to t('email_to_friend.send_to_friend'), email_to_friend_url('product', @product) %>
<%= link_to Spree.t('email_to_friend.send_to_friend'), email_to_friend_url('product', @product) %>
</p>",
:disabled => false)

0 comments on commit 2ca1029

Please sign in to comment.