Revert change

This commit is contained in:
laurenspriem
2024-08-22 09:48:45 +02:00
parent 0ba2bd92b5
commit fea2cc27d8
3 changed files with 4 additions and 4 deletions

View File

@@ -991,7 +991,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, including those shared with you.\n\nThis will happen on your device, and any generated biometric information will be end-to-end encrypted to remain private."),
"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

@@ -2926,10 +2926,10 @@ class S {
);
}
/// `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 to remain private.`
/// `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, including those shared with you.\n\nThis will happen on your device, and any generated biometric information will be end-to-end encrypted to remain private.',
'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

@@ -415,7 +415,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, including those shared with you.\n\nThis will happen on your device, and any generated biometric information will be end-to-end encrypted to remain private.",
"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",