From 34e89fa63ecd1ca1b5408c16057a3b1641df58f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=A9grier?= Date: Thu, 8 Apr 2021 12:02:14 +0200 Subject: [PATCH] Update maps/Village/scriptMapVillage.js --- maps/Village/scriptMapVillage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ! ",[]); })