From de44a42780ec05039f23ad7b4a88e1e7e546058b Mon Sep 17 00:00:00 2001 From: Connor Yoh Date: Fri, 5 Sep 2025 15:36:03 +0100 Subject: [PATCH] remove best from description --- frontend/public/locales/en-GB/translation.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/public/locales/en-GB/translation.json b/frontend/public/locales/en-GB/translation.json index b5a9b1592..5c2aeb3c2 100644 --- a/frontend/public/locales/en-GB/translation.json +++ b/frontend/public/locales/en-GB/translation.json @@ -1469,7 +1469,7 @@ "tags": "auto-detect,header-based,organize,relabel", "title": "Auto Rename", "header": "Auto Rename PDF", - "description": "Automatically finds the best title from your PDF content and uses it as the filename.", + "description": "Automatically finds the title from your PDF content and uses it as the filename.", "submit": "Auto Rename", "files": { "placeholder": "Select a PDF file in the main view to get started" @@ -1486,7 +1486,7 @@ }, "howItWorks": { "title": "Smart Renaming", - "text": "Automatically finds the best title from your PDF content and uses it as the filename.", + "text": "Automatically finds the title from your PDF content and uses it as the filename.", "bullet1": "Looks for text that appears to be a title or heading", "bullet2": "Creates a clean, valid filename from the detected title", "bullet3": "Keeps the original name if no suitable title is found"