diff --git a/maps/Village/scriptMapVillage.js b/maps/Village/scriptMapVillage.js index 4757ce03..472d9c5a 100644 --- a/maps/Village/scriptMapVillage.js +++ b/maps/Village/scriptMapVillage.js @@ -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 ! ",[]); })