Commit 12c55715e13f4cc8c5de598a92377ae30c7123ce

Authored by Larissa Reis
1 parent b7b52a76

Changes string from default value to default text

plugins/custom_forms/views/custom_forms_plugin_myprofile/custom_forms_plugin/_text_field.html.erb
1 1 <% render :layout => 'field', :locals => { :f => f } do %>
2 2 <div class="field-text-default">
3   - <%= f.label(:default_value, _('Default value:')) %>
  3 + <%= f.label(:default_value, _('Default text:')) %>
4 4 <%= f.text_field(:default_value) %>
5 5 </div>
6 6 <% end %>
... ...