Revert change
This commit is contained in:
2
mobile/lib/generated/intl/messages_en.dart
generated
2
mobile/lib/generated/intl/messages_en.dart
generated
@@ -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":
|
||||
|
||||
4
mobile/lib/generated/l10n.dart
generated
4
mobile/lib/generated/l10n.dart
generated
@@ -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: [],
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user