diff -r 69d32b831d2b -r c97b3b9b5c86 plugins/redmine_bibliography/app/views/publications/_authorship_fields.html.erb
--- a/plugins/redmine_bibliography/app/views/publications/_authorship_fields.html.erb
+++ b/plugins/redmine_bibliography/app/views/publications/_authorship_fields.html.erb
@@ -1,9 +1,9 @@
 <div id="authors" class="fields">
   <div class="author_edit" id="<%= form_tag_id( f.object_name, :edit_author_info ) %>">
 
-    <p><%= f.text_field :name_on_paper, :class => "author_name_on_paper" -%></p>
-    <p><%= f.text_field :institution -%></p>
-    <p><%= f.text_field :email -%></p>
+    <p><%= f.label :name_on_paper %><%= f.text_field :name_on_paper, :class => "author_name_on_paper" -%></p>
+    <p><%= f.label :institution %><%= f.text_field :institution -%></p>
+    <p><%= f.label :email %><%= f.text_field :email -%></p>
 
     <p class="author_associated search_author_tie">
       <%= f.check_box :search_author_tie, :label => '' -%>
