From c9c779dc5fb49c7548302d0d1565f39d1003614e Mon Sep 17 00:00:00 2001 From: Devin Howard Date: Wed, 11 Jan 2017 21:21:31 -0500 Subject: [PATCH] add more text --- app/views/layouts/_templates.html.erb | 1 + app/views/maps/_mapinfobox.html.erb | 1 + frontend/src/Metamaps/Map/index.js | 1 + 3 files changed, 3 insertions(+) diff --git a/app/views/layouts/_templates.html.erb b/app/views/layouts/_templates.html.erb index 22870fe6..4fbbd12d 100644 --- a/app/views/layouts/_templates.html.erb +++ b/app/views/layouts/_templates.html.erb @@ -37,6 +37,7 @@
Update Thumbnail
+ Thumb
diff --git a/app/views/maps/_mapinfobox.html.erb b/app/views/maps/_mapinfobox.html.erb index 55076891..a88fbe40 100644 --- a/app/views/maps/_mapinfobox.html.erb +++ b/app/views/maps/_mapinfobox.html.erb @@ -80,6 +80,7 @@
Update Thumbnail
+ Thumb
diff --git a/frontend/src/Metamaps/Map/index.js b/frontend/src/Metamaps/Map/index.js index bc1db7b7..e6a7a788 100644 --- a/frontend/src/Metamaps/Map/index.js +++ b/frontend/src/Metamaps/Map/index.js @@ -256,6 +256,7 @@ const Map = { exportImage: function() { Map.uploadMapScreenshot() Map.offerScreenshotDownload() + GlobalUI.notifyUser("Note: this button is going away. Check the map card or the import box for setting the map thumbnail or downloading a screenshot.") }, offerScreenshotDownload: () => { const canvas = Map.getMapCanvasForScreenshots()