Update personal_journals_controller.rb

fix error
This commit is contained in:
chiu 2019-08-19 14:22:45 +08:00
parent b4e220918e
commit 8ba1b730ed
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ class PersonalJournalsController < ApplicationController
choice=choice_value.zip(choice_show,choice_select)
choice=choice.map{|value| value.inject:merge}
select_text = t("personal_journal.search_class")
search_text = t("word_to_search")
search_text = t("personal_journal.word_to_search")
{
"journal_papers" => journal_paper_list,
"headers" => headers,