Update personal_journals_controller.rb
This commit is contained in:
parent
9553ede2f9
commit
e87da0375f
|
@ -111,7 +111,7 @@ class PersonalJournalsController < ApplicationController
|
||||||
"search_value" => params[:keywords]},
|
"search_value" => params[:keywords]},
|
||||||
"total_pages" => journal_papers_total_pages,
|
"total_pages" => journal_papers_total_pages,
|
||||||
"choice" => choice,
|
"choice" => choice,
|
||||||
"trans" => [I18n.t("我me"),I18n,t(nil)]
|
"trans" => "我是me".mb_chars.capitalize
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue