diff --git a/vendor/built_in_modules/news/app/views/panel/news/back_end/news_bulletins/_form.html.erb b/vendor/built_in_modules/news/app/views/panel/news/back_end/news_bulletins/_form.html.erb index c53ce056..d62b4e87 100644 --- a/vendor/built_in_modules/news/app/views/panel/news/back_end/news_bulletins/_form.html.erb +++ b/vendor/built_in_modules/news/app/views/panel/news/back_end/news_bulletins/_form.html.erb @@ -76,7 +76,7 @@ <% end -%> <%= content_tag :label,:class => "checkbox inline" do -%> <%= f.check_box :is_hot %> - <%= t('hot') %> + <%= t('news.hot') %> <% end -%> <%= content_tag :label,:class => "checkbox inline" do -%> <%= f.check_box :is_hidden %>