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">
|
<span class="preview">
|
||||||
<%= " by #{post.author.username}" if post.author.present? %>
|
<%= " by #{post.author.username}" if post.author.present? %>
|
||||||
<% if post.draft? %>
|
<% if post.draft? %>
|
||||||
<span class="label notice">Draft</span>
|
<span class="label notice"><%= t('refinery.blog.admin.posts.post.draft') %></span>
|
||||||
<% else %>
|
<% else %>
|
||||||
<%= post.published_at.strftime('%b %d, %Y') %>
|
<%= post.published_at.strftime('%b %d, %Y') %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
|
@ -57,6 +57,7 @@ en:
|
||||||
view_live_html: 'View this blog post live <br/><em>(opens in a new window)</em>'
|
view_live_html: 'View this blog post live <br/><em>(opens in a new window)</em>'
|
||||||
edit: Edit this blog post
|
edit: Edit this blog post
|
||||||
delete: Remove this blog post forever
|
delete: Remove this blog post forever
|
||||||
|
draft: Draft
|
||||||
settings:
|
settings:
|
||||||
notification_recipients:
|
notification_recipients:
|
||||||
value: Send notifications to
|
value: Send notifications to
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue