From 5da2b75e8f3ce654d849a4dd0e56eb8eb731c4c9 Mon Sep 17 00:00:00 2001 From: lzinga Date: Sun, 11 Jan 2026 17:11:29 -0800 Subject: [PATCH] feat(gallery): remove unused "Drop Images Here" text from translations --- apps/client/src/translations/en/translation.json | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/client/src/translations/en/translation.json b/apps/client/src/translations/en/translation.json index aa1772dbe..972d31f84 100644 --- a/apps/client/src/translations/en/translation.json +++ b/apps/client/src/translations/en/translation.json @@ -2279,7 +2279,6 @@ "gallery_creation_failed": "Failed to create new gallery.", "default_gallery_name": "New Gallery", "no_image_files": "No image files found.", - "drop_images_here": "Drop Images Here", "back_to_parent": "Back To Parent", "image_count": "{{count}} image", "image_count_other": "{{count}} images",