From 08c8e11924d2225b2d922f29cc360ad1ca5f01c5 Mon Sep 17 00:00:00 2001 From: laurenspriem Date: Mon, 3 Jun 2024 14:56:50 +0530 Subject: [PATCH] [mob][photos] Copy change --- mobile/lib/generated/intl/messages_en.dart | 2 +- mobile/lib/generated/l10n.dart | 4 ++-- mobile/lib/l10n/intl_en.arb | 2 +- mobile/lib/ui/viewer/people/person_cluster_suggestion.dart | 1 - 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/mobile/lib/generated/intl/messages_en.dart b/mobile/lib/generated/intl/messages_en.dart index 3bae850453..80cda20d1d 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 indexing is done"), + "People 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 00a00e4c2a..e71441f377 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 indexing is done` + /// `People will be shown here once indexing is done` String get searchFaceEmptySection { return Intl.message( - 'Persons will be shown here once indexing is done', + 'People 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 f1eb35b18a..3447d47d69 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 indexing is done", + "searchFaceEmptySection": "People 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", diff --git a/mobile/lib/ui/viewer/people/person_cluster_suggestion.dart b/mobile/lib/ui/viewer/people/person_cluster_suggestion.dart index 2a904720bb..f8ee2e1e0f 100644 --- a/mobile/lib/ui/viewer/people/person_cluster_suggestion.dart +++ b/mobile/lib/ui/viewer/people/person_cluster_suggestion.dart @@ -240,7 +240,6 @@ class _PersonClustersState extends State { style: getEnteTextTheme(context).smallMuted, ), Text( - // TODO: come up with a better copy for strings below! "${widget.person.data.name}?", style: getEnteTextTheme(context).largeMuted, ),