From 2872058dcf914d1df06548788232a58a06cc9590 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 d83c57d7e..4ca10d37a 100644 --- a/client/src/locales/en/translation.json +++ b/client/src/locales/en/translation.json @@ -762,8 +762,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", @@ -1204,7 +1202,6 @@ "com_ui_share_qr_code_description": "QR code for sharing this conversation link", "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",