diff --git a/src/bootsequence/dia.ts b/src/bootsequence/dia.ts index 5481bdc..cb9a196 100644 --- a/src/bootsequence/dia.ts +++ b/src/bootsequence/dia.ts @@ -147,10 +147,6 @@ export const QUESTIONS: (Question | Dia | Wai | Fun)[] = [ }, { t: "d", - text: () => `YOUR WONDERFUL CREATION, ${chr.toUpperCase()}` + text: () => `YOUR ANSWERS, YOUR WONDERFUL CREATION` }, - { - t: "d", - text: "WILL NOW BE" - } ]