From 4e4223e22b5f00f1497e627d1bc813315365a4fa Mon Sep 17 00:00:00 2001 From: EthanHealy01 Date: Thu, 4 Dec 2025 20:12:59 +0000 Subject: [PATCH] remove the word json --- frontend/public/locales/en-GB/translation.toml | 2 +- .../core/components/tools/pdfTextEditor/PdfTextEditorView.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/public/locales/en-GB/translation.toml b/frontend/public/locales/en-GB/translation.toml index 30fc44c1a..4a4f39d61 100644 --- a/frontend/public/locales/en-GB/translation.toml +++ b/frontend/public/locales/en-GB/translation.toml @@ -6034,7 +6034,7 @@ alpha = "This alpha viewer is still evolving—certain fonts, colours, transpare [pdfTextEditor.empty] title = "No document loaded" subtitle = "Load a PDF or JSON file to begin editing text content." -dropzone = "Drag and drop a PDF or JSON file here, or click to browse" +dropzone = "Drag and drop a PDF here, or click to browse" dropzoneWithFiles = "Select a file from the Files tab, or drag and drop a PDF or JSON file here, or click to browse" [pdfTextEditor.welcomeBanner] diff --git a/frontend/src/core/components/tools/pdfTextEditor/PdfTextEditorView.tsx b/frontend/src/core/components/tools/pdfTextEditor/PdfTextEditorView.tsx index dbd585fbe..a8786f72a 100644 --- a/frontend/src/core/components/tools/pdfTextEditor/PdfTextEditorView.tsx +++ b/frontend/src/core/components/tools/pdfTextEditor/PdfTextEditorView.tsx @@ -1453,7 +1453,7 @@ const selectionToolbarPosition = useMemo(() => { {activeFiles.length > 0 ? t('pdfTextEditor.empty.dropzoneWithFiles', 'Select a file from the Files tab, or drag and drop a PDF or JSON file here, or click to browse') - : t('pdfTextEditor.empty.dropzone', 'Drag and drop a PDF or JSON file here, or click to browse')} + : t('pdfTextEditor.empty.dropzone', 'Drag and drop a PDF here, or click to browse')}