From 24a9104ebffc57ab886187308b3040ce35d576d6 Mon Sep 17 00:00:00 2001 From: ConnorYoh <40631091+ConnorYoh@users.noreply.github.com> Date: Fri, 1 Aug 2025 20:14:05 +0100 Subject: [PATCH] Fix GB language file (#4087) Language file fix Co-authored-by: Connor Yoh --- frontend/public/locales/en-GB/translation.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/public/locales/en-GB/translation.json b/frontend/public/locales/en-GB/translation.json index c051bf965..089562ed6 100644 --- a/frontend/public/locales/en-GB/translation.json +++ b/frontend/public/locales/en-GB/translation.json @@ -349,7 +349,7 @@ }, "convert": { "title": "Convert", - "desc": "Convert files between different formats", + "desc": "Convert files between different formats" }, "imageToPdf": { "title": "Image to PDF",