diff --git a/app/views/main/paper.html.erb b/app/views/main/paper.html.erb index 83c3a5f5..06d5c685 100644 --- a/app/views/main/paper.html.erb +++ b/app/views/main/paper.html.erb @@ -93,7 +93,7 @@ <% elsif content_type == 'Document' %> <% tooltip = "This estimate is based on the total word count across all documents on Notebook.ai." %> <% else %> - <% tooltip = "This estimate is based on the average #{content_type} being approximately #{GreenService.physical_pages_equivalent_for(content_type)} physical pages long when printed." %> + <% tooltip = "This estimate is based on the average #{content_type} page being approximately #{GreenService.physical_pages_equivalent_for(content_type)} physical pages long when printed." %> <% end %> <%= number_with_delimiter physical_page_equivalent %> @@ -131,5 +131,3 @@ - -notebook paper link \ No newline at end of file