From a16744d2117926d3531f89c255a3b9a5c8e7cbca Mon Sep 17 00:00:00 2001 From: Marco Beretta <81851188+berry-13@users.noreply.github.com> Date: Sat, 27 Sep 2025 01:16:46 +0200 Subject: [PATCH] refactor(translation): remove outdated error messages and unused UI strings for cleaner localization --- client/src/locales/en/translation.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/client/src/locales/en/translation.json b/client/src/locales/en/translation.json index bcd7a116c0..603e6b71f5 100644 --- a/client/src/locales/en/translation.json +++ b/client/src/locales/en/translation.json @@ -748,8 +748,6 @@ "com_ui_bookmarks_title": "Title", "com_ui_bookmarks_update_error": "There was an error updating the bookmark", "com_ui_bookmarks_update_success": "Bookmark updated successfully", - "com_ui_shared_link_delete_error": "Failed to delete shared link", - "com_ui_archived_chat_delete_error": "Failed to delete archived chat", "com_ui_callback_url": "Callback URL", "com_ui_cancel": "Cancel", "com_ui_cancelled": "Cancelled", @@ -1178,7 +1176,6 @@ "com_ui_share_link_to_chat": "Share link to chat", "com_ui_share_update_message": "Your name, custom instructions, and any messages you add after sharing stay private.", "com_ui_share_var": "Share {{0}}", - "com_ui_shared_link_bulk_delete_success": "Successfully deleted shared links", "com_ui_shared_link_delete_success": "Successfully deleted shared link", "com_ui_archived_conversation_delete_success": "Successfully deleted archived conversation", "com_ui_shared_link_not_found": "Shared link not found",