From 4e598edc9ed997bc1c47b0a15d9bfac700807cc8 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Tue, 26 Nov 2024 22:26:42 +0100 Subject: [PATCH] fix(UI): more specific import info Signed-off-by: Arthur Schiwon --- src/modules/modals/Import.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/modals/Import.vue b/src/modules/modals/Import.vue index e6b663630..ec71c91f0 100644 --- a/src/modules/modals/Import.vue +++ b/src/modules/modals/Import.vue @@ -41,7 +41,7 @@

{{ t('tables', 'Supported formats: xlsx, xls, csv, html, xml') }}
- {{ t('tables', 'First row of the file must contain column headings.') }} + {{ t('tables', 'First row of the file must contain column headings without gaps.') }}