Merge pull request #769 from ente-io/rename-caption-to-description

rename caption to description
This commit is contained in:
Abhinav Kumar 2022-11-11 09:39:20 +05:30 committed by GitHub
commit f6b7967ebe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -70,7 +70,7 @@ export function RenderCaption({
<FreeFlowText>{caption}</FreeFlowText>
) : (
<Typography color="text.secondary">
Add a caption
{constants.CAPTION_PLACEHOLDER}
</Typography>
)}
</Value>

View file

@ -435,7 +435,8 @@ const englishConstants = {
INFO: 'Info',
FILE_ID: 'File ID',
FILE_NAME: 'File name',
CAPTION: 'Caption',
CAPTION: 'Description',
CAPTION_PLACEHOLDER: 'Add a Description',
CREATION_TIME: 'Creation time',
UPDATED_ON: 'Updated on',
LOCATION: 'Location',