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.",