From 2314330c78b00d7bc67e3b613a194c27aeeb8212 Mon Sep 17 00:00:00 2001 From: Priyanshu Date: Sun, 9 Aug 2026 00:09:14 +0530 Subject: [PATCH] fix: translation (#30549) --- i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/en.json b/i18n/en.json index 857265f004..536b7677ac 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -2186,7 +2186,7 @@ "upload_day_count": "{date}: {count, plural, one {# upload} other {# uploads}}", "upload_details": "Upload Details", "upload_error_with_count": "Upload error for {count, plural, one {# asset} other {# assets}}", - "upload_errors": "Upload completed with {count, plural, one {# error} other {# errors}}, refresh the page to see new upload assets.", + "upload_errors": "Upload completed with {count, plural, one {# error} other {# errors}}.", "upload_finished": "Upload finished", "upload_progress": "Remaining {remaining, number} - Processed {processed, number}/{total, number}", "upload_skipped_duplicates": "Skipped {count, plural, one {# duplicate asset} other {# duplicate assets}}",