Commit 12c55715e13f4cc8c5de598a92377ae30c7123ce
1 parent
b7b52a76
Exists in
master
and in
29 other branches
Changes string from default value to default text
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
plugins/custom_forms/views/custom_forms_plugin_myprofile/custom_forms_plugin/_text_field.html.erb
1 | <% render :layout => 'field', :locals => { :f => f } do %> | 1 | <% render :layout => 'field', :locals => { :f => f } do %> |
2 | <div class="field-text-default"> | 2 | <div class="field-text-default"> |
3 | - <%= f.label(:default_value, _('Default value:')) %> | 3 | + <%= f.label(:default_value, _('Default text:')) %> |
4 | <%= f.text_field(:default_value) %> | 4 | <%= f.text_field(:default_value) %> |
5 | </div> | 5 | </div> |
6 | <% end %> | 6 | <% end %> |