Merge branch 'FTUEPopup' of https://github.com/ClementVieilly75/workadventure into FTUEPopup

This commit is contained in:
DESKTOP-FMM8UI0\CLV
2021-04-09 14:35:20 +02:00
+1 -1
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 ! ",[]);
})