diff --git a/frontend/src/components/tools/redact/WordsToRedactInput.tsx b/frontend/src/components/tools/redact/WordsToRedactInput.tsx index e574c4819..623192ba3 100644 --- a/frontend/src/components/tools/redact/WordsToRedactInput.tsx +++ b/frontend/src/components/tools/redact/WordsToRedactInput.tsx @@ -32,10 +32,6 @@ export default function WordsToRedactInput({ wordsToRedact, onWordsChange, disab return ( - - {t('redact.auto.wordsToRedact.title', 'Words to Redact')} - - {/* Current words */} {wordsToRedact.map((word, index) => (