diff --git a/src/SEQTA.ts b/src/SEQTA.ts index c2913f2d..f8b6f93d 100644 --- a/src/SEQTA.ts +++ b/src/SEQTA.ts @@ -149,7 +149,7 @@ export function OpenWhatsNewPopup() { textcontainer.classList.add('whatsnewTextContainer') let textheader: any = stringToHTML( - '

DESIGN OVERHAUL

', + '

RECENT UPDATES

', ).firstChild textcontainer.append(textheader)