Update copy within Machine Learning tab
This commit is contained in:
parent
248f45c2c3
commit
3975c1cfed
3 changed files with 4 additions and 4 deletions
2
lib/generated/intl/messages_en.dart
generated
2
lib/generated/intl/messages_en.dart
generated
|
@ -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"),
|
||||
|
|
4
lib/generated/l10n.dart
generated
4
lib/generated/l10n.dart
generated
|
@ -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: [],
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue