diff --git a/app/components/annotation_form_component/annotation_form_component.html.erb b/app/components/annotation_form_component/annotation_form_component.html.erb index 9520239..98de05d 100644 --- a/app/components/annotation_form_component/annotation_form_component.html.erb +++ b/app/components/annotation_form_component/annotation_form_component.html.erb @@ -45,7 +45,7 @@
- <%= label_tag :editor_notes %> - <%= rich_text_area_tag :editor_notes, annotation.editor_notes, placeholder: "Editor Notes", data: { target: "annotations.editor_notes" } %> + <%= label_tag "Editor's Note" %> + <%= rich_text_area_tag :editor_notes, annotation.editor_notes, placeholder: "Editor's Note", data: { target: "annotations.editor_notes" } %>
diff --git a/app/components/annotation_marks_modal_form_component/annotation_marks_modal_form_component.html.erb b/app/components/annotation_marks_modal_form_component/annotation_marks_modal_form_component.html.erb index 87f6037..ed98077 100644 --- a/app/components/annotation_marks_modal_form_component/annotation_marks_modal_form_component.html.erb +++ b/app/components/annotation_marks_modal_form_component/annotation_marks_modal_form_component.html.erb @@ -59,8 +59,8 @@
- <%= label_tag :editor_notes %> - <%= rich_text_area_tag :editor_notes, nil, placeholder: "Editor Notes", data: { target: "annotations.editor_notes" } %> + <%= label_tag "Editor's Note" %> + <%= rich_text_area_tag :editor_notes, nil, placeholder: "Editor's Note", data: { target: "annotations.editor_notes" } %>
diff --git a/app/components/doctrine_index_component/doctrine_index_component.html.erb b/app/components/doctrine_index_component/doctrine_index_component.html.erb index ac420b9..b5e2508 100644 --- a/app/components/doctrine_index_component/doctrine_index_component.html.erb +++ b/app/components/doctrine_index_component/doctrine_index_component.html.erb @@ -36,7 +36,7 @@ <% if annotation.editor_notes.present? %>
- Editors Note: + Editor's Note:
diff --git a/app/components/document_doctrine_index_component/document_doctrine_index_component.html.erb b/app/components/document_doctrine_index_component/document_doctrine_index_component.html.erb index 4d5d0ec..301adea 100644 --- a/app/components/document_doctrine_index_component/document_doctrine_index_component.html.erb +++ b/app/components/document_doctrine_index_component/document_doctrine_index_component.html.erb @@ -27,7 +27,7 @@ <% if annotation.editor_notes.present? %>
- Editors Note: + Editor's Note:
diff --git a/app/components/document_doctrine_show_component/document_doctrine_show_component.html.erb b/app/components/document_doctrine_show_component/document_doctrine_show_component.html.erb index 7b5d4b5..760a514 100644 --- a/app/components/document_doctrine_show_component/document_doctrine_show_component.html.erb +++ b/app/components/document_doctrine_show_component/document_doctrine_show_component.html.erb @@ -111,7 +111,7 @@ <% if annotation.editor_notes.present? %>
- Editors Note: + Editor's Note:
diff --git a/app/components/reports_search_results_component/reports_search_results_component.html.erb b/app/components/reports_search_results_component/reports_search_results_component.html.erb index 6e0bea1..ea41248 100644 --- a/app/components/reports_search_results_component/reports_search_results_component.html.erb +++ b/app/components/reports_search_results_component/reports_search_results_component.html.erb @@ -24,7 +24,7 @@ <% if annotation.editor_notes.present? %>
- Editors Note: + Editor's Note:
diff --git a/app/views/shared/_annotation_form.html.erb b/app/views/shared/_annotation_form.html.erb index e094101..6ff79e6 100644 --- a/app/views/shared/_annotation_form.html.erb +++ b/app/views/shared/_annotation_form.html.erb @@ -52,8 +52,8 @@
- <%= label_tag :editor_notes %> - <%= rich_text_area_tag :editor_notes, nil, placeholder: "Editor Notes" %> + <%= label_tag "Editor's Note" %> + <%= rich_text_area_tag :editor_notes, nil, placeholder: "Editor's Note" %>
diff --git a/app/views/shared/_annotations_index_view.html.erb b/app/views/shared/_annotations_index_view.html.erb index 914824d..ddb8c32 100644 --- a/app/views/shared/_annotations_index_view.html.erb +++ b/app/views/shared/_annotations_index_view.html.erb @@ -30,7 +30,7 @@ <% if annotation.editor_notes.present? %>
- Editors Note: + Editor's Note:
diff --git a/app/views/shared/_doctrine_form_annotation_modal_form.html.erb b/app/views/shared/_doctrine_form_annotation_modal_form.html.erb index a247c7d..110ee96 100644 --- a/app/views/shared/_doctrine_form_annotation_modal_form.html.erb +++ b/app/views/shared/_doctrine_form_annotation_modal_form.html.erb @@ -56,8 +56,8 @@
- <%= label_tag :editor_notes %> - <%= rich_text_area_tag :editor_notes, nil, placeholder: "Editor Notes" %> + <%= label_tag "Editor's Note" %> + <%= rich_text_area_tag :editor_notes, nil, placeholder: "Editor's Note" %>
diff --git a/app/views/shared/_doctrine_form_annotations_view.html.erb b/app/views/shared/_doctrine_form_annotations_view.html.erb index fd76f33..156a64c 100644 --- a/app/views/shared/_doctrine_form_annotations_view.html.erb +++ b/app/views/shared/_doctrine_form_annotations_view.html.erb @@ -26,7 +26,7 @@ <% if annotation[:editor_notes].present? %>
- Editors Note: + Editor's Note: