From 12c55715e13f4cc8c5de598a92377ae30c7123ce Mon Sep 17 00:00:00 2001 From: Larissa Reis Date: Mon, 11 Nov 2013 12:00:41 -0300 Subject: [PATCH] Changes string from default value to default text --- plugins/custom_forms/views/custom_forms_plugin_myprofile/custom_forms_plugin/_text_field.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/custom_forms/views/custom_forms_plugin_myprofile/custom_forms_plugin/_text_field.html.erb b/plugins/custom_forms/views/custom_forms_plugin_myprofile/custom_forms_plugin/_text_field.html.erb index f062819..7e43a94 100644 --- a/plugins/custom_forms/views/custom_forms_plugin_myprofile/custom_forms_plugin/_text_field.html.erb +++ b/plugins/custom_forms/views/custom_forms_plugin_myprofile/custom_forms_plugin/_text_field.html.erb @@ -1,6 +1,6 @@ <% render :layout => 'field', :locals => { :f => f } do %>
- <%= f.label(:default_value, _('Default value:')) %> + <%= f.label(:default_value, _('Default text:')) %> <%= f.text_field(:default_value) %>
<% end %> -- libgit2 0.21.2