mirror of
https://github.com/ente-io/ente.git
synced 2025-08-08 07:28:26 +00:00
[mob][photos] Copy change
This commit is contained in:
parent
dd7d082ca3
commit
08c8e11924
2
mobile/lib/generated/intl/messages_en.dart
generated
2
mobile/lib/generated/intl/messages_en.dart
generated
@ -1224,7 +1224,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||||||
"searchDatesEmptySection": MessageLookupByLibrary.simpleMessage(
|
"searchDatesEmptySection": MessageLookupByLibrary.simpleMessage(
|
||||||
"Search by a date, month or year"),
|
"Search by a date, month or year"),
|
||||||
"searchFaceEmptySection": MessageLookupByLibrary.simpleMessage(
|
"searchFaceEmptySection": MessageLookupByLibrary.simpleMessage(
|
||||||
"Persons will be shown here once indexing is done"),
|
"People will be shown here once indexing is done"),
|
||||||
"searchFileTypesAndNamesEmptySection":
|
"searchFileTypesAndNamesEmptySection":
|
||||||
MessageLookupByLibrary.simpleMessage("File types and names"),
|
MessageLookupByLibrary.simpleMessage("File types and names"),
|
||||||
"searchHint1":
|
"searchHint1":
|
||||||
|
4
mobile/lib/generated/l10n.dart
generated
4
mobile/lib/generated/l10n.dart
generated
@ -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 {
|
String get searchFaceEmptySection {
|
||||||
return Intl.message(
|
return Intl.message(
|
||||||
'Persons will be shown here once indexing is done',
|
'People will be shown here once indexing is done',
|
||||||
name: 'searchFaceEmptySection',
|
name: 'searchFaceEmptySection',
|
||||||
desc: '',
|
desc: '',
|
||||||
args: [],
|
args: [],
|
||||||
|
@ -987,7 +987,7 @@
|
|||||||
"fileTypesAndNames": "File types and names",
|
"fileTypesAndNames": "File types and names",
|
||||||
"location": "Location",
|
"location": "Location",
|
||||||
"moments": "Moments",
|
"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",
|
"searchDatesEmptySection": "Search by a date, month or year",
|
||||||
"searchLocationEmptySection": "Group photos that are taken within some radius of a photo",
|
"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",
|
"searchPeopleEmptySection": "Invite people, and you'll see all photos shared by them here",
|
||||||
|
@ -240,7 +240,6 @@ class _PersonClustersState extends State<PersonReviewClusterSuggestion> {
|
|||||||
style: getEnteTextTheme(context).smallMuted,
|
style: getEnteTextTheme(context).smallMuted,
|
||||||
),
|
),
|
||||||
Text(
|
Text(
|
||||||
// TODO: come up with a better copy for strings below!
|
|
||||||
"${widget.person.data.name}?",
|
"${widget.person.data.name}?",
|
||||||
style: getEnteTextTheme(context).largeMuted,
|
style: getEnteTextTheme(context).largeMuted,
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user