diff --git a/mobile/lib/generated/intl/messages_en.dart b/mobile/lib/generated/intl/messages_en.dart index dab6a9a574..2a7b7c4910 100644 --- a/mobile/lib/generated/intl/messages_en.dart +++ b/mobile/lib/generated/intl/messages_en.dart @@ -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": diff --git a/mobile/lib/generated/l10n.dart b/mobile/lib/generated/l10n.dart index ed0e671600..8d249e569f 100644 --- a/mobile/lib/generated/l10n.dart +++ b/mobile/lib/generated/l10n.dart @@ -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: [], diff --git a/mobile/lib/l10n/intl_en.arb b/mobile/lib/l10n/intl_en.arb index a321ad06b9..350d646bc1 100644 --- a/mobile/lib/l10n/intl_en.arb +++ b/mobile/lib/l10n/intl_en.arb @@ -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",