diff --git a/mobile/lib/generated/intl/messages_en.dart b/mobile/lib/generated/intl/messages_en.dart index 677f5f0214..ee799aeb94 100644 --- a/mobile/lib/generated/intl/messages_en.dart +++ b/mobile/lib/generated/intl/messages_en.dart @@ -1224,7 +1224,7 @@ class MessageLookup extends MessageLookupByLibrary { "searchDatesEmptySection": MessageLookupByLibrary.simpleMessage( "Search by a date, month or year"), "searchFaceEmptySection": MessageLookupByLibrary.simpleMessage( - "Persons will be shown here once local analysis is complete"), + "Persons will be shown here once indexing is done"), "searchFileTypesAndNamesEmptySection": MessageLookupByLibrary.simpleMessage("File types and names"), "searchHint1": diff --git a/mobile/lib/generated/l10n.dart b/mobile/lib/generated/l10n.dart index cbf54f270b..4e2c53e29b 100644 --- a/mobile/lib/generated/l10n.dart +++ b/mobile/lib/generated/l10n.dart @@ -6969,10 +6969,10 @@ class S { ); } - /// `Persons will be shown here once local analysis is complete` + /// `Persons will be shown here once indexing is done` String get searchFaceEmptySection { return Intl.message( - 'Persons will be shown here once local analysis is complete', + 'Persons will be shown here once indexing is done', name: 'searchFaceEmptySection', desc: '', args: [], diff --git a/mobile/lib/l10n/intl_en.arb b/mobile/lib/l10n/intl_en.arb index 28a2c95342..0fe06c95a6 100644 --- a/mobile/lib/l10n/intl_en.arb +++ b/mobile/lib/l10n/intl_en.arb @@ -987,7 +987,7 @@ "fileTypesAndNames": "File types and names", "location": "Location", "moments": "Moments", - "searchFaceEmptySection": "Persons will be shown here once local analysis is complete", + "searchFaceEmptySection": "Persons will be shown here once indexing is done", "searchDatesEmptySection": "Search by a date, month or year", "searchLocationEmptySection": "Group photos that are taken within some radius of a photo", "searchPeopleEmptySection": "Invite people, and you'll see all photos shared by them here",