From f71f42f45ce85b8aaf5e7d974a66cef5becf62d3 Mon Sep 17 00:00:00 2001 From: Abhinav Date: Thu, 9 Feb 2023 23:51:23 +0530 Subject: [PATCH] remove unused strings --- src/utils/strings/englishConstants.tsx | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/utils/strings/englishConstants.tsx b/src/utils/strings/englishConstants.tsx index c4ae08b3f..a8c73af6a 100644 --- a/src/utils/strings/englishConstants.tsx +++ b/src/utils/strings/englishConstants.tsx @@ -210,19 +210,6 @@ const englishConstants = { registered email address ), - ENABLE_ML_SEARCH: 'Enable ML Search beta', - DISABLE_ML_SEARCH: 'Disable ML Search beta', - ENABLE_ML_SEARCH_MESSAGE: - 'This will enable on-device machine learning and people search. ' + - 'It will keep analyzing your uploaded photos locally and will store ' + - 'all analysis data on local device. For the first run after login or ' + - 'enabling this feature, it will download all original images on local ' + - 'device to analyze them. So please only enable this if you are ok with ' + - 'bandwidth and local processing of all images in your photo library.', - ML_SEARCH_NOT_COMPATIBLE: - 'Can not enable on-device machine learning and people search. ' + - 'We only support latest chrome desktop and ente desktop for this Beta release.', - ML_DEBUG: 'ML Debug', CONTACT_SUPPORT: 'Contact support', REQUEST_FEATURE: 'Request Feature', SUPPORT: 'Support',