rename caption to description

This commit is contained in:
Abhinav 2022-11-11 09:25:13 +05:30
parent c746bf8935
commit 3663694f1f
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}
</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',