Update personal_journals_controller.rb

This commit is contained in:
chiu 2019-08-14 18:23:33 +08:00
parent 9553ede2f9
commit e87da0375f
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ class PersonalJournalsController < ApplicationController
"search_value" => params[:keywords]},
"total_pages" => journal_papers_total_pages,
"choice" => choice,
"trans" => [I18n.t("我me"),I18n,t(nil)]
"trans" => "我是me".mb_chars.capitalize
}
end