Skip to content

Commit

Permalink
fix problem with naming key zero in yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Swanson committed May 16, 2013
1 parent a3910b9 commit eb0d2b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/partials/_zen.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div id="zen">
<span id="zero">&ndash; 0 &ndash;</span>
<p><%= t('partials.zen.zero') %></p>
<p><%= t('partials.zen.rss_zero') %></p>
<p>
<small>
<%= t('partials.zen.gtfo') %> <span id="gtfo"><%= t('partials.zen.go_make') %></span>.
Expand Down
2 changes: 1 addition & 1 deletion config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ en:
archive: view all items
go_make: go make something
gtfo: Now stop reading blogs and
zero: You've reached RSS Zero&trade;
rss_zero: You've reached RSS Zero&trade;
sessions:
destroy:
flash:
Expand Down

0 comments on commit eb0d2b8

Please sign in to comment.