From be67e66baccfdd56200fa1a8125a388b0a99ed3b Mon Sep 17 00:00:00 2001 From: EthanHealy01 Date: Thu, 4 Dec 2025 20:19:24 +0000 Subject: [PATCH] remove mentions of 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 4a4f39d61..91a84ae1c 100644 --- a/frontend/public/locales/en-GB/translation.toml +++ b/frontend/public/locales/en-GB/translation.toml @@ -6035,7 +6035,7 @@ alpha = "This alpha viewer is still evolving—certain fonts, colours, transpare title = "No document loaded" subtitle = "Load a PDF or JSON file to begin editing text content." 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" +dropzoneWithFiles = "Select a file from the Files tab, or drag and drop a PDF here, or click to browse" [pdfTextEditor.welcomeBanner] title = "Welcome to PDF Text Editor (Early Access)" diff --git a/frontend/src/core/components/tools/pdfTextEditor/PdfTextEditorView.tsx b/frontend/src/core/components/tools/pdfTextEditor/PdfTextEditorView.tsx index a8786f72a..d391eab9b 100644 --- a/frontend/src/core/components/tools/pdfTextEditor/PdfTextEditorView.tsx +++ b/frontend/src/core/components/tools/pdfTextEditor/PdfTextEditorView.tsx @@ -1452,7 +1452,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.dropzoneWithFiles', 'Select a file from the Files tab, or drag and drop a PDF here, or click to browse') : t('pdfTextEditor.empty.dropzone', 'Drag and drop a PDF here, or click to browse')}