Fix draft translation
This commit is contained in:
parent
435763f307
commit
0c78cd138d
2 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
<span class="preview">
|
||||
<%= " by #{post.author.username}" if post.author.present? %>
|
||||
<% if post.draft? %>
|
||||
<span class="label notice">Draft</span>
|
||||
<span class="label notice"><%= t('refinery.blog.admin.posts.post.draft') %></span>
|
||||
<% else %>
|
||||
<%= post.published_at.strftime('%b %d, %Y') %>
|
||||
<% end %>
|
||||
|
|
|
@ -57,6 +57,7 @@ en:
|
|||
view_live_html: 'View this blog post live <br/><em>(opens in a new window)</em>'
|
||||
edit: Edit this blog post
|
||||
delete: Remove this blog post forever
|
||||
draft: Draft
|
||||
settings:
|
||||
notification_recipients:
|
||||
value: Send notifications to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue