app/views/users/show.html.erb in spree-0.2.0 vs app/views/users/show.html.erb in spree-0.4.0
- old
+ new
@@ -1,11 +1,11 @@
-<h1>My Account</h1>
+<h1><%= t("My Account") %></h1>
<table>
<tr>
- <td>Email: </td>
+ <td><%= t("Email") %>:</td>
<td>
<%= @user.email %>
</td>
</tr>
</table>
<br/>
-<%= link_to 'Edit', edit_object_url %>
\ No newline at end of file
+<%= link_to t('Edit'), edit_object_url %>