[mob][photos] Indexing description copy change

This commit is contained in:
laurenspriem
2024-08-22 09:19:14 +02:00
parent e1da8b90fd
commit 67f230fac5
3 changed files with 4 additions and 4 deletions

View File

@@ -997,7 +997,7 @@ class MessageLookup extends MessageLookupByLibrary {
"mlConsentTitle":
MessageLookupByLibrary.simpleMessage("Enable machine learning?"),
"mlIndexingDescription": MessageLookupByLibrary.simpleMessage(
"Please note that machine learning will result in a higher bandwidth and battery usage until all items are indexed."),
"Please note that machine learning will result in a higher bandwidth and battery usage until all items are indexed. Consider using the desktop app for faster indexing, all results will be synced automatically."),
"mobileWebDesktop":
MessageLookupByLibrary.simpleMessage("Mobile, Web, Desktop"),
"moderateStrength": MessageLookupByLibrary.simpleMessage("Moderate"),

View File

@@ -2966,10 +2966,10 @@ class S {
);
}
/// `Please note that machine learning will result in a higher bandwidth and battery usage until all items are indexed.`
/// `Please note that machine learning will result in a higher bandwidth and battery usage until all items are indexed. Consider using the desktop app for faster indexing, all results will be synced automatically.`
String get mlIndexingDescription {
return Intl.message(
'Please note that machine learning will result in a higher bandwidth and battery usage until all items are indexed.',
'Please note that machine learning will result in a higher bandwidth and battery usage until all items are indexed. Consider using the desktop app for faster indexing, all results will be synced automatically.',
name: 'mlIndexingDescription',
desc: '',
args: [],

View File

@@ -419,7 +419,7 @@
"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",
"mlIndexingDescription": "Please note that machine learning will result in a higher bandwidth and battery usage until all items are indexed.",
"mlIndexingDescription": "Please note that machine learning will result in a higher bandwidth and battery usage until all items are indexed. Consider using the desktop app for faster indexing, all results will be synced automatically.",
"loadingModel": "Downloading models...",
"waitingForWifi": "Waiting for WiFi...",
"status": "Status",