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
commit d52c983ab9
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 ! ",[]);
})