Update copy within Machine Learning tab

This commit is contained in:
vishnukvmd 2023-12-18 13:04:20 +05:30
parent 248f45c2c3
commit 3975c1cfed
3 changed files with 4 additions and 4 deletions

View file

@ -844,7 +844,7 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("Machine learning"),
"magicSearch": MessageLookupByLibrary.simpleMessage("Magic search"),
"magicSearchDescription": MessageLookupByLibrary.simpleMessage(
"Please note that this will result in a higher bandwidth and battery usage until all items are indexed."),
"Please use our Desktop app to index the pending items in your library."),
"manage": MessageLookupByLibrary.simpleMessage("Manage"),
"manageDeviceStorage":
MessageLookupByLibrary.simpleMessage("Manage device storage"),

View file

@ -2866,10 +2866,10 @@ class S {
);
}
/// `Please note that this will result in a higher bandwidth and battery usage until all items are indexed.`
/// `Please use our Desktop app to index the pending items in your library.`
String get magicSearchDescription {
return Intl.message(
'Please note that this will result in a higher bandwidth and battery usage until all items are indexed.',
'Please use our Desktop app to index the pending items in your library.',
name: 'magicSearchDescription',
desc: '',
args: [],

View file

@ -408,7 +408,7 @@
"manageDeviceStorage": "Manage device storage",
"machineLearning": "Machine learning",
"magicSearch": "Magic search",
"magicSearchDescription": "Please note that this will result in a higher bandwidth and battery usage until all items are indexed.",
"magicSearchDescription": "Please use our Desktop app to index the pending items in your library.",
"status": "Status",
"indexedItems": "Indexed items",
"pendingItems": "Pending items",