From 8a2096910395731344d1a2de7ecf5a07ff00012f Mon Sep 17 00:00:00 2001 From: Roxanne Skelly Date: Thu, 6 Sep 2018 10:38:10 -0700 Subject: [PATCH] Fix typo --- scripts/system/tablet-goto.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/system/tablet-goto.js b/scripts/system/tablet-goto.js index 80b4e67c43..8fafac7685 100644 --- a/scripts/system/tablet-goto.js +++ b/scripts/system/tablet-goto.js @@ -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; });