diff --git a/app/views/shared/_accessible_combobox.html.erb b/app/views/shared/_accessible_combobox.html.erb index d4b5666..95f2f3b 100644 --- a/app/views/shared/_accessible_combobox.html.erb +++ b/app/views/shared/_accessible_combobox.html.erb @@ -1,7 +1,7 @@ <% if !models.nil? %> <% json = {} %> <% models.map{|m| json[m[attribute]] = m.id} %> - <% err_msg = error ||= __('Please select an item from the list.') %> + <% err_msg = error ||= _('Please select an item from the list.') %>