@ -115,7 +120,7 @@ class AttachmentPointerView: UIStackView {
case.downloading:
returnNSLocalizedString("ATTACHMENT_DOWNLOADING_STATUS_IN_PROGRESS",comment:"Status label when an attachment is currently downloading")
case.failed:
returnself.attachmentPointer.mostRecentFailureLocalizedText??NSLocalizedString("ATTACHMENT_DOWNLOADING_STATUS_FAILED",comment:"Status label when an attachment download has failed.")
returnNSLocalizedString("ATTACHMENT_DOWNLOADING_STATUS_FAILED",comment:"Status label when an attachment download has failed.")
}
}()
@ -134,9 +139,9 @@ class AttachmentPointerView: UIStackView {