diff --git a/app/controllers/recruitments_controller.rb b/app/controllers/recruitments_controller.rb index 935ba17..ffc7fa9 100644 --- a/app/controllers/recruitments_controller.rb +++ b/app/controllers/recruitments_controller.rb @@ -297,7 +297,7 @@ class RecruitmentsController < PseudoSessionController elsif job.max_salary == job.min_salary range = t("recruitment.not_available") elsif job.max_salary < job.min_salary - range = (job.min_salary * 1000).to_s + " ~ #{t('recruitment.salary.type1')} / Month" + range = (job.min_salary * 1000).to_s + " ~ #{t('recruitment.salary.type1')} #{job.currency_type} / Month" end if job.internship_duration > 0 duration = job.internship_duration.to_s + " #{t("recruitment.months")}"