mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 01:22:25 +02:00
update notification refs inventory, not assets
This commit is contained in:
parent
4f713b038e
commit
7115f0e688
1 changed files with 2 additions and 2 deletions
|
@ -583,7 +583,7 @@ function notificationPollCallbackUpdates(updatesArray) {
|
|||
if (!ui.notificationInitialCallbackMade[0]) {
|
||||
message = updatesArray.length + " of your purchased items " +
|
||||
(updatesArray.length === 1 ? "has an update " : "have updates ") +
|
||||
"available. Open ASSETS to update.";
|
||||
"available. Open INVENTORY to update.";
|
||||
ui.notificationDisplayBanner(message);
|
||||
|
||||
ui.notificationPollCaresAboutSince[0] = true;
|
||||
|
@ -591,7 +591,7 @@ function notificationPollCallbackUpdates(updatesArray) {
|
|||
for (var i = 0; i < updatesArray.length; i++) {
|
||||
message = "Update available for \"" +
|
||||
updatesArray[i].base_item_title + "\"." +
|
||||
"Open ASSETS to update.";
|
||||
"Open INVENTORY to update.";
|
||||
ui.notificationDisplayBanner(message);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue