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?") }