From cd34d999820c62c48001a31461ae1d8055ac9a75 Mon Sep 17 00:00:00 2001 From: Benjamin Admin Date: Wed, 22 Apr 2026 11:47:57 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20MOAT=20=E2=86=92=20Moat=20so=20TTS=20spe?= =?UTF-8?q?aks=20it=20as=20word=20not=20acronym?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pitch-deck/lib/presenter/presenter-script.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pitch-deck/lib/presenter/presenter-script.ts b/pitch-deck/lib/presenter/presenter-script.ts index 8906db4..a3f7a24 100644 --- a/pitch-deck/lib/presenter/presenter-script.ts +++ b/pitch-deck/lib/presenter/presenter-script.ts @@ -132,8 +132,8 @@ export const PRESENTER_SCRIPT: SlideScript[] = [ pause_after: 2000, }, { - text_de: 'Unser MOAT: Jeder kann sagen, was verboten ist. Kaum jemand kann sagen, wie weit man maximal gehen kann. Das ist unser Produkt — der Compliance Optimizer.', - text_en: 'Our MOAT: Everyone can say what is forbidden. Almost no one can tell you how far you can actually go. That is our product — the Compliance Optimizer.', + text_de: 'Unser Moat: Jeder kann sagen, was verboten ist. Kaum jemand kann sagen, wie weit man maximal gehen kann. Das ist unser Produkt — der Compliance Optimizer.', + text_en: 'Our Moat: Everyone can say what is forbidden. Almost no one can tell you how far you can actually go. That is our product — the Compliance Optimizer.', pause_after: 1500, }, ],