Skip to content

Commit 36179dc

Browse files
committed
fix(UI): more specific import info
Signed-off-by: Arthur Schiwon <[email protected]>
1 parent 50815ae commit 36179dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/modals/Import.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<p class="span">
4242
{{ t('tables', 'Supported formats: xlsx, xls, csv, html, xml') }}
4343
<br>
44-
{{ t('tables', 'First row of the file must contain column headings.') }}
44+
{{ t('tables', 'First row of the file must contain column headings without gaps.') }}
4545
</p>
4646
</div>
4747
</RowFormWrapper>

0 commit comments

Comments
 (0)