From cd18a07754b758fd3920beadbfd335d1bb2e0c95 Mon Sep 17 00:00:00 2001 From: Chesterkxng Date: Tue, 14 Jul 2026 17:36:24 +0200 Subject: [PATCH] chore: locales file corrected --- public/locales/en/string.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/locales/en/string.json b/public/locales/en/string.json index aa07e7b..e1d76b4 100644 --- a/public/locales/en/string.json +++ b/public/locales/en/string.json @@ -338,13 +338,13 @@ } }, "emailExtractor": { - "description": "Extract all email addresses from any text. Simply paste your text and instantly get a clean list of all email addresses found. Supports unique filtering to remove duplicates.", + "description": "Extract all email addresses from any text. Simply paste your text and instantly get a clean list of the email addresses found.", "shortDescription": "Extract email addresses from text", "title": "Email Extractor", "options": { "title": "Extraction options", - "uniqueTitle": "Unique results only", - "uniqueDesc": "Remove duplicate email addresses from the output" + "uniqueTitle": "Remove duplicates", + "uniqueDesc": "Keep only unique email addresses in the results" } }, "textCompare": {