Skip to content

Commit

Permalink
add back i18n to contents#new
Browse files Browse the repository at this point in the history
  • Loading branch information
zr2d2 committed Jul 3, 2012
1 parent dd82e6c commit 097a7eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/contents/new.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="row-fluid">
<div class="span2">
<h3>Select content type:</h3>
<h3><%= t(:select_content_type) %></h3>
<ul>
<% content_types.each do |subclass| %>
<li>
Expand Down

0 comments on commit 097a7eb

Please sign in to comment.