Merge pull request #958 from ente-io/fix-caption-search-copy

fix caption search copy
This commit is contained in:
Vishnu Mohandas 2023-02-27 19:02:59 +05:30 committed by GitHub
commit 32d5d276a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -422,7 +422,7 @@ const englishConstants = {
case SuggestionType.THING:
return 'Content';
case SuggestionType.FILE_CAPTION:
return 'Caption';
return 'Description';
}
},
PHOTO_COUNT: (count: number) =>