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