From 0a6d4442c40af4bfeb058c2b59f92bb5ec3b34e8 Mon Sep 17 00:00:00 2001 From: Daniela Soares Feitosa Date: Mon, 5 Nov 2012 19:06:55 -0300 Subject: [PATCH] Fixed string written in pt-br --- plugins/custom_forms/views/custom_forms_plugin_myprofile/_form.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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