fix i18n buglet
This commit is contained in:
parent
6e0489b25f
commit
c322545f85
1 changed files with 1 additions and 1 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue