[mob][photos] Copy change
This commit is contained in:
parent
2dc17dcec8
commit
4af9d46111
2 changed files with 3 additions and 3 deletions
4
mobile/lib/generated/l10n.dart
generated
4
mobile/lib/generated/l10n.dart
generated
|
@ -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: [],
|
||||
|
|
|
@ -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.",
|
||||
|
|
Loading…
Reference in a new issue