This commit is contained in:
Roxanne Skelly 2018-09-06 10:38:10 -07:00
parent 4fa7ac1af2
commit 8a20969103

View file

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