This commit is contained in:
howard-stearns 2017-04-25 12:12:26 -07:00
parent fac40f51d9
commit ee9b953b1c

View file

@ -138,7 +138,7 @@
return;
}
stories[story.id] = story;
var message = story.username + " says something is happending in " + story.place_name + ". Open GOTO to join them.";
var message = story.username + " says something is happening in " + story.place_name + ". Open GOTO to join them.";
Window.displayAnnouncement(message);
didNotify = true;
});