mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Fix typo
This commit is contained in:
parent
4fa7ac1af2
commit
8a20969103
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue