- <%= fe.label locale, "Current Company", :class => "col-sm-2 control-label" %>
+ <%= fe.label locale, t("recruitment.current_company"), :class => "col-sm-2 control-label" %>
<%= fe.text_field locale, :class => "form-control", :value => @profile.employee_profile.current_company_translations[locale] %>
@@ -83,16 +83,16 @@
<% end %>
<%= fe.fields_for :introduction_translations do |fe| %>
<% end %>
<%= fe.fields_for :resume_content_translations do |fe| %>
- <%= fe.label locale, "Resume Content", :class => "col-sm-2 control-label" %>
+ <%= fe.label locale, t("recruitment.resume_content"), :class => "col-sm-2 control-label" %>
<%= fe.cktext_area locale, :class => "ckeditor form-control", :value => @profile.employee_profile.resume_content_translations[locale] %>
@@ -106,67 +106,67 @@
<%= f.fields_for :employee_profile do |fe| %>
<% if !@profile.employee_profile.resume.nil? && !@profile.employee_profile.resume.url.nil? %>
<% end %>
diff --git a/app/views/recruitments/job_applications.html.erb b/app/views/recruitments/job_applications.html.erb
index d90ed75..78ce0b2 100644
--- a/app/views/recruitments/job_applications.html.erb
+++ b/app/views/recruitments/job_applications.html.erb
@@ -8,10 +8,10 @@