Prepare for ICU migration
This commit is contained in:
parent
d0f17a1398
commit
2781e621ad
62 changed files with 550 additions and 414 deletions
|
@ -102,9 +102,9 @@ export function AttachmentList<T extends AttachmentType | AttachmentDraftType>({
|
|||
const imgElement = (
|
||||
<Image
|
||||
key={key}
|
||||
alt={i18n('stagedImageAttachment', [
|
||||
attachment.fileName || url || index.toString(),
|
||||
])}
|
||||
alt={i18n('stagedImageAttachment', {
|
||||
path: attachment.fileName || url || index.toString(),
|
||||
})}
|
||||
className="module-staged-attachment"
|
||||
i18n={i18n}
|
||||
attachment={attachment}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue