From 6fd77718c64c25bbc59c4068fe0b4132e7e3ebbc Mon Sep 17 00:00:00 2001 From: "Ibrahima G. Coulibaly" Date: Sat, 26 Jul 2025 05:50:28 +0100 Subject: [PATCH] fix: pdfToEpub description --- public/locales/en/pdf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/en/pdf.json b/public/locales/en/pdf.json index d6b2860..b0e9b30 100644 --- a/public/locales/en/pdf.json +++ b/public/locales/en/pdf.json @@ -53,7 +53,7 @@ } }, "pdfToEpub": { - "description": "Transform PDF documents into EPUB files for better e-reader compatibility.', icon: 'material-symbols:import-contacts', component: lazy(() => import('./index')), keywords: ['pdf', 'epub', 'convert', 'ebook'], path: 'pdf-to-epub', i18n: { name: 'pdf:pdfToEpub.title', description: 'pdf:pdfToEpub.description", + "description": "Transform PDF documents into EPUB files for better e-reader compatibility.", "shortDescription": "Convert PDF files to EPUB format", "title": "PDF to EPUB" },