From df5cc4e1a800e68e6e589a1fc764fae758a87f2c Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Mon, 26 Dec 2016 17:15:42 -0500 Subject: [PATCH] remove exclamation mark --- frontend/src/Metamaps/Map/InfoBox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Metamaps/Map/InfoBox.js b/frontend/src/Metamaps/Map/InfoBox.js index b6537a14..21d947ad 100644 --- a/frontend/src/Metamaps/Map/InfoBox.js +++ b/frontend/src/Metamaps/Map/InfoBox.js @@ -391,7 +391,7 @@ const InfoBox = { DataModel.Maps.Shared.remove(map) map.destroy() Router.home() - GlobalUI.notifyUser('Map eliminated!') + GlobalUI.notifyUser('Map eliminated') } else if (!authorized) { window.alert("Hey now. We can't just go around willy nilly deleting other people's maps now can we? Run off and find something constructive to do, eh?") }