From 4af9d46111f21f932741e6352b0a07bb618f7cff Mon Sep 17 00:00:00 2001 From: laurenspriem Date: Tue, 14 May 2024 14:45:22 +0530 Subject: [PATCH] [mob][photos] Copy change --- mobile/lib/generated/l10n.dart | 4 ++-- mobile/lib/l10n/intl_en.arb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mobile/lib/generated/l10n.dart b/mobile/lib/generated/l10n.dart index 4b86a1810..ef17f2a03 100644 --- a/mobile/lib/generated/l10n.dart +++ b/mobile/lib/generated/l10n.dart @@ -8468,10 +8468,10 @@ class S { ); } - /// `Find people quickly by searching by name` + /// `Find people quickly and search by name` String get findPeopleByName { return Intl.message( - 'Find people quickly by searching by name', + 'Find people quickly and search by name', name: 'findPeopleByName', desc: '', args: [], diff --git a/mobile/lib/l10n/intl_en.arb b/mobile/lib/l10n/intl_en.arb index 498c6cf3f..6ccc72a5f 100644 --- a/mobile/lib/l10n/intl_en.arb +++ b/mobile/lib/l10n/intl_en.arb @@ -1204,7 +1204,7 @@ "locations": "Locations", "descriptions": "Descriptions", "addAName": "Add a name", - "findPeopleByName": "Find people quickly by searching by name", + "findPeopleByName": "Find people quickly and search by name", "addViewers": "{count, plural, zero {Add viewer} one {Add viewer} other {Add viewers}}", "addCollaborators": "{count, plural, zero {Add collaborator} one {Add collaborator} other {Add collaborators}}", "longPressAnEmailToVerifyEndToEndEncryption": "Long press an email to verify end to end encryption.",