[mob][photos] Copy change

This commit is contained in:
laurenspriem 2024-05-13 14:47:30 +05:30
parent e188382f09
commit 022d89b4a0

View file

@ -209,10 +209,10 @@ class _PersonClustersState extends State<PersonReviewClusterSuggestion> {
"ClusterID: $clusterID, Distance: ${distance.toStringAsFixed(3)}, usingMean: $usingMean",
style: getEnteTextTheme(context).smallMuted,
),
Text(
Text( // TODO: come up with a better copy for strings below!
files.length > 1
? "These photos belong to ${widget.person.data.name}?"
: "This photo belongs to ${widget.person.data.name}?",
? "Do these photos belong to ${widget.person.data.name}?"
: "Does this photo belong to ${widget.person.data.name}?",
style: getEnteTextTheme(context).largeMuted,
),
const SizedBox(height: 24),