From 6657aa4b8c4f05bc86018b5a8a138ea9f3d1cb21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A9=8D=E4=B8=B9=E5=B0=BC=20Dan=20Jacobson?= <jidanni@jidanni.org> Date: Sun, 15 Jan 2023 10:59:01 +0800 Subject: [PATCH 1/2] Update help.html.erb Fix grammar. --- app/views/home/help.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/home/help.html.erb b/app/views/home/help.html.erb index c5167068..f2347b5d 100644 --- a/app/views/home/help.html.erb +++ b/app/views/home/help.html.erb @@ -8,8 +8,8 @@ Common Problems: <li>My PDF won't work: Mapwarper accepts images. PDFs are containers of stuff, they can contain text. Try to extract the image from the PDF and upload that</li> <li>My greyscale image won't work: Try to convert to RGB/Truecolor first and then upload. Often it seems as if images with just one or two bands cause issues</li> <li>The image from the URL doesn't work: Try downloading and uploading manually.</li> - <li>How do I make a Mosaic from maps: Add the maps to your favourites first </li> - <li>How do I make a delete a map?: Go to the Edit tab of your map and find the delete link </li> + <li>How do I make a Mosaic from maps: Add the maps to your favourites first.</li> + <li>How do I delete a map?: Go to the Edit tab of your map and find the delete link.</li> </ul> <h4>Why can't I use google maps?</h4> From f98060a5633ffc68a58dbd1558bccea53b95f153 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A9=8D=E4=B8=B9=E5=B0=BC=20Dan=20Jacobson?= <jidanni@jidanni.org> Date: Tue, 17 Jan 2023 07:25:34 +0800 Subject: [PATCH 2/2] Update help.html.erb --- app/views/home/help.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/home/help.html.erb b/app/views/home/help.html.erb index f2347b5d..e809a2f9 100644 --- a/app/views/home/help.html.erb +++ b/app/views/home/help.html.erb @@ -8,7 +8,7 @@ Common Problems: <li>My PDF won't work: Mapwarper accepts images. PDFs are containers of stuff, they can contain text. Try to extract the image from the PDF and upload that</li> <li>My greyscale image won't work: Try to convert to RGB/Truecolor first and then upload. Often it seems as if images with just one or two bands cause issues</li> <li>The image from the URL doesn't work: Try downloading and uploading manually.</li> - <li>How do I make a Mosaic from maps: Add the maps to your favourites first.</li> + <li>How do I make a Mosaic from maps?: Add the maps to your favourites first.</li> <li>How do I delete a map?: Go to the Edit tab of your map and find the delete link.</li> </ul>