mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
For stories, base the notification popups off of the action_string instead of a hard-coded value.
This commit is contained in:
parent
649a22a70b
commit
bb8d9c5cf0
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@
|
|||
return;
|
||||
}
|
||||
stories[story.id] = story;
|
||||
var message = story.username + " says something is happening in " + story.place_name + ". Open GOTO to join them.";
|
||||
var message = story.username + " " + story.action_string + " " + story.place_name + ". Open GOTO to join them.";
|
||||
Window.displayAnnouncement(message);
|
||||
didNotify = true;
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue