diff --git a/app/views/journals/_notes_form.html.erb b/app/views/journals/_notes_form.html.erb index b6973d16d..ef95f9df9 100644 --- a/app/views/journals/_notes_form.html.erb +++ b/app/views/journals/_notes_form.html.erb @@ -1,4 +1,5 @@ <% 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, :id => "journal_#{@journal.id}_notes", :class => 'wiki-edit', diff --git a/config/locales/de.yml b/config/locales/de.yml index 19794ff99..6e03fc17d 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -1004,6 +1004,7 @@ de: description_search: Suchfeld description_choose_project: Projekte description_project_scope: Suchbereich + description_notes: Kommentare 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 7627650e2..f0e15b171 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -982,6 +982,7 @@ en: description_search: Searchfield description_choose_project: Projects 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