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