From 60b63163440c3858ebeb3f83035233920d4a5652 Mon Sep 17 00:00:00 2001 From: Connor Yoh Date: Fri, 12 Sep 2025 16:34:52 +0100 Subject: [PATCH] Fix tip for split by pages --- frontend/public/locales/en-GB/translation.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/public/locales/en-GB/translation.json b/frontend/public/locales/en-GB/translation.json index 97aed97b3..23f275384 100644 --- a/frontend/public/locales/en-GB/translation.json +++ b/frontend/public/locales/en-GB/translation.json @@ -719,10 +719,10 @@ }, "byPages": { "title": "Split by Pages", - "text": "Extract specific pages or ranges from your PDF. Use commas to separate individual pages and hyphens for ranges.", - "bullet1": "Single pages: 1,3,5", - "bullet2": "Page ranges: 1-5,10-15", - "bullet3": "Mixed: 1,3-7,12,15-20" + "text": "Split your PDF at specific page numbers. Using 'n' splits after page n. Using 'n-m' splits before page n and after page m.", + "bullet1": "Single split points: 3,7 (splits after pages 3 and 7)", + "bullet2": "Range split points: 3-8 (splits before page 3 and after page 8)", + "bullet3": "Mixed: 2,5-10,15 (splits after page 2, before page 5, after page 10, and after page 15)" }, "bySections": { "title": "Split by Grid Sections",