diff --git a/plugins/custom_forms/views/custom_forms_plugin_profile/show.html.erb b/plugins/custom_forms/views/custom_forms_plugin_profile/show.html.erb index 371ef31..373afe8 100644 --- a/plugins/custom_forms/views/custom_forms_plugin_profile/show.html.erb +++ b/plugins/custom_forms/views/custom_forms_plugin_profile/show.html.erb @@ -14,8 +14,8 @@ <%= form_for :submission do |f| %> <% if !user %> - <%= required labelled_form_field _('Author name'), text_field_tag(:author_name, @submission.author_name) %> - <%= required labelled_form_field _('Author email'), text_field_tag(:author_email, @submission.author_email) %> + <%= required labelled_form_field _('Name'), text_field_tag(:author_name, @submission.author_name) %> + <%= required labelled_form_field _('Email'), text_field_tag(:author_email, @submission.author_email) %> <% end %> <%= render :partial => 'shared/form_submission', :locals => {:f => f} %> -- libgit2 0.21.2