fix i18n buglet

This commit is contained in:
wvengen 2014-02-06 10:15:20 +01:00
parent 6e0489b25f
commit c322545f85
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
= hidden_field_tag "outlisted_articles[#{article.id}]", '1'
= article.name
- if article.in_open_order
.alert= t '.alert_used', article: article.name
.alert= t '.outlist.alert_used', article: article.name
- else
%i= t '.outlist.body_skip'
%hr/