diff --git a/app/views/journals/_notes_form.rhtml b/app/views/journals/_notes_form.rhtml
index 2b0a467ce36f05e74f0f6a884ca3b88b31c60579..196045109f8f9bd55c6e8a12323e7054bbde0008 100644
--- a/app/views/journals/_notes_form.rhtml
+++ b/app/views/journals/_notes_form.rhtml
@@ -1,4 +1,6 @@
 <% form_remote_tag(:url => {}, :html => { :id => "journal-#{@journal.id}-form" }) do %>
+
+    <%= label_tag "notes", l(:description_notes), :class => "hidden-for-sighted" %>
     <%= text_area_tag :notes, @journal.notes, :class => 'wiki-edit',
                                               :rows => (@journal.notes.blank? ? 10 : [[10, @journal.notes.length / 50].max, 100].min) %>
     <%= call_hook(:view_journals_notes_form_after_notes, { :journal => @journal}) %>
diff --git a/config/locales/de.yml b/config/locales/de.yml
index caafd8dd046cb0a7bf63f8b53dd3110880dde087..b30a064b9946c780dd26e0e12a738b4ace31e17f 100644
--- a/config/locales/de.yml
+++ b/config/locales/de.yml
@@ -986,6 +986,7 @@ de:
   description_search: Suchfeld
   description_choose_project: Projektwahl
   description_project_scope: Suchbereich
+  description_notes: Notizen
   description_message_content: Nachrichteninhalt
   description_query_sort_criteria_attribute: Sortierattribut
   description_query_sort_criteria_direction: Sortierrichtung
diff --git a/config/locales/en.yml b/config/locales/en.yml
index a985fdb7cd2d144f815c55147fd276646cd88c8e..0398c9126487d677137d76330b6da2cfdaf04d12 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -968,6 +968,7 @@ en:
   description_search: Searchfield
   description_choose_project: Choose Project
   description_project_scope: Search scope
+  description_notes: Notes
   description_message_content: Message content
   description_query_sort_criteria_attribute: Sort attribute
   description_query_sort_criteria_direction: Sort direction