Skip to content

Commit 4e598ed

Browse files
blizzzbackportbot[bot]
authored andcommitted
fix(UI): more specific import info
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
1 parent 1d3f51a commit 4e598ed

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)