Feat/import/language used (#2204)

Updated language used by flat file import
This commit is contained in:
Amir Ali Omidi
2018-08-09 15:44:58 -07:00
committed by GitHub
parent 5fb9b8ccd3
commit 2a3195636e
4 changed files with 12 additions and 12 deletions

View File

@@ -42,7 +42,7 @@ export class ProsePreviewPage extends ImportPage {
this.form = this.view.modelBuilder.formContainer().withFormItems([
{
component: this.table,
title: localize('flatFileImport.prosePreviewMessage', 'This operation analyzed the input file structure to generate the preview below'),
title: localize('flatFileImport.prosePreviewMessage', 'This operation analyzed the input file structure to generate the preview below for up to the first 50 rows.'),
actions: [this.refresh]
}
]).component();