Update maps/Village/scriptMapVillage.js

This commit is contained in:
David Négrier 2021-04-08 12:02:14 +02:00 committed by GitHub
parent 0f4034854c
commit 34e89fa63e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ WA.onEnterZone(zoneEventName, () => {
})
WA.onEnterZone(zoneTCMName, () => {
currentPopup = WA.openPopup("popUpTCM","Come meet the TCM team in our office ! ",[]);
currentPopup = WA.openPopup("popUpTCM","Come meet the WorkAdventure team in our office ! ",[]);
})