diff --git a/plugins/custom_forms/views/custom_forms_plugin_myprofile/_form.html.erb b/plugins/custom_forms/views/custom_forms_plugin_myprofile/_form.html.erb index af0363f..c14a851 100644 --- a/plugins/custom_forms/views/custom_forms_plugin_myprofile/_form.html.erb +++ b/plugins/custom_forms/views/custom_forms_plugin_myprofile/_form.html.erb @@ -4,7 +4,7 @@ <% form_for :form, @form do |f| %> <%= required labelled_form_field _('Name'), f.text_field(:name) %> - <%= labelled_form_field(_('PerĂ­odo'), ( + <%= labelled_form_field(_('Period'), ( date_range_field('form[begining]', 'form[ending]', @form.begining, @form.ending, '%Y-%m-%d %H:%M', { :time => true, :change_month => true, :change_year => true, -- libgit2 0.21.2