We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2c037c commit 98f8533Copy full SHA for 98f8533
src/components/common/FileInfo.js
@@ -75,10 +75,10 @@ export default class FileUploadItem extends Component {
75
<Col xs={4} md={4}>
76
<Modal show={show}>
77
<Modal.Header>
78
- <Modal.Title>Delete <b>{file.name}</b></Modal.Title>
+ <Modal.Title>Delete</Modal.Title>
79
</Modal.Header>
80
<Modal.Body>
81
- <p>Are you sure that you want to delete this file?</p>
+ <p>Are you sure that you want to delete this file: <b>{file.name}</b>?</p>
82
</Modal.Body>
83
<Modal.Footer>
84
<Button onClick={() => this.showModal(false)}>
0 commit comments