From 29fae1e7457f3835463ae25b06405ee5c55fd8d8 Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Tue, 20 Jul 2021 17:59:06 -0700 Subject: [PATCH] table polish --- app/views/main/paper.html.erb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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