From dff8165adb71399fdb4a09c08987108503c60351 Mon Sep 17 00:00:00 2001 From: perfectra1n Date: Thu, 11 Dec 2025 08:53:15 -0800 Subject: [PATCH] fix(ui): resolve missing brace in translation json --- frontend/public/locales/en/translation.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/public/locales/en/translation.json b/frontend/public/locales/en/translation.json index 9c52c0c..bf7c2d0 100644 --- a/frontend/public/locales/en/translation.json +++ b/frontend/public/locales/en/translation.json @@ -545,13 +545,13 @@ "retrying": "Retrying All...", "retryFailedOnly": "Retry Failed Only", "tabs": { - "failedDocuments": "Failed Documents{{showCount, select, true { ({{count}}) } other {}}", + "failedDocuments": "Failed Documents{{showCount, select, true { ({{count}}) } other {}}}", "failedDocumentsTooltip": "View and manage documents that failed during processing (OCR, ingestion, validation, etc.)", - "cleanup": "Document Cleanup{{showCount, select, true { ({{count}}) } other {}}", + "cleanup": "Document Cleanup{{showCount, select, true { ({{count}}) } other {}}}", "cleanupTooltip": "Manage and clean up documents with quality issues - low OCR confidence or failed processing", - "duplicates": "Duplicate Files{{showCount, select, true { ({{count}}) } other {}}", + "duplicates": "Duplicate Files{{showCount, select, true { ({{count}}) } other {}}}", "duplicatesTooltip": "View and manage duplicate document groups - documents with identical content", - "ignoredFiles": "Ignored Files{{showCount, select, true { ({{count}}) } other {}}", + "ignoredFiles": "Ignored Files{{showCount, select, true { ({{count}}) } other {}}}", "ignoredFilesTooltip": "Manage files that have been ignored during sync operations" }, "stats": {