diff --git a/frontend/public/locales/en-GB/translation.json b/frontend/public/locales/en-GB/translation.json index 314169a8d..690014859 100644 --- a/frontend/public/locales/en-GB/translation.json +++ b/frontend/public/locales/en-GB/translation.json @@ -1605,7 +1605,7 @@ "wordsToRedact": { "title": "Words to Redact", "placeholder": "Enter a word", - "addAnother": "Add Another", + "add": "Add", "examples": "Examples: Confidential, Top-Secret" }, "useRegexLabel": "Use Regex", diff --git a/frontend/src/components/tools/redact/WordsToRedactInput.tsx b/frontend/src/components/tools/redact/WordsToRedactInput.tsx index e574c4819..fe6ebdd1e 100644 --- a/frontend/src/components/tools/redact/WordsToRedactInput.tsx +++ b/frontend/src/components/tools/redact/WordsToRedactInput.tsx @@ -58,7 +58,7 @@ export default function WordsToRedactInput({ wordsToRedact, onWordsChange, disab ))} {/* Add new word input */} - + - + {/* Examples */} {wordsToRedact.length === 0 && (