Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 17faff3

Browse files
#72 - Update tooltip to indicate support for XLSX files too
1 parent fde4e02 commit 17faff3

File tree

1 file changed

+1
-1
lines changed
  • client/src/components/Upload/Initial

1 file changed

+1
-1
lines changed

client/src/components/Upload/Initial/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export default function Initial({ onError, onUpload, templateId }) {
9494
browse
9595
</span>
9696
</div>
97-
<div className={style.label2}>Supports XLS or CSV file</div>
97+
<div className={style.label2}>Supports XLS, XLSX or CSV file</div>
9898
<div className={style.label3} onClick={downloadTemplate}>
9999
Download Import Template (.XLS)
100100
</div>

0 commit comments

Comments
 (0)