Update copy

This commit is contained in:
Neeraj Gupta
2024-08-20 15:35:17 +05:30
parent 0cacc88918
commit c7c22bee88
3 changed files with 4 additions and 4 deletions

View File

@@ -970,7 +970,7 @@ class MessageLookup extends MessageLookupByLibrary {
"mlConsentConfirmation": MessageLookupByLibrary.simpleMessage(
"I understand, and wish to enable machine learning"),
"mlConsentDescription": MessageLookupByLibrary.simpleMessage(
"If you enable machine learning, Ente will extract information like face geometry from files. This will happen on your device, and any generated biometric information will be end-to-end encrypted."),
"If you enable machine learning, Ente will extract information like face geometry from files, including those shared with you.\n\nThis will happen on your device, and any generated biometric information will be end-to-end encrypted."),
"mlConsentPrivacy": MessageLookupByLibrary.simpleMessage(
"Please click here for more details about this feature in our privacy policy"),
"mlConsentTitle":

View File

@@ -2886,10 +2886,10 @@ class S {
);
}
/// `If you enable machine learning, Ente will extract information like face geometry from files. This will happen on your device, and any generated biometric information will be end-to-end encrypted.`
/// `If you enable machine learning, Ente will extract information like face geometry from files, including those shared with you.\n\nThis will happen on your device, and any generated biometric information will be end-to-end encrypted.`
String get mlConsentDescription {
return Intl.message(
'If you enable machine learning, Ente will extract information like face geometry from files. This will happen on your device, and any generated biometric information will be end-to-end encrypted.',
'If you enable machine learning, Ente will extract information like face geometry from files, including those shared with you.\n\nThis will happen on your device, and any generated biometric information will be end-to-end encrypted.',
name: 'mlConsentDescription',
desc: '',
args: [],

View File

@@ -411,7 +411,7 @@
"machineLearning": "Machine learning",
"mlConsent": "Enable machine learning",
"mlConsentTitle": "Enable machine learning?",
"mlConsentDescription": "If you enable machine learning, Ente will extract information like face geometry from files. This will happen on your device, and any generated biometric information will be end-to-end encrypted.",
"mlConsentDescription": "If you enable machine learning, Ente will extract information like face geometry from files, including those shared with you.\n\nThis will happen on your device, and any generated biometric information will be end-to-end encrypted.",
"mlConsentPrivacy": "Please click here for more details about this feature in our privacy policy",
"mlConsentConfirmation": "I understand, and wish to enable machine learning",
"magicSearch": "Magic search",