Skip to content

Commit fb259f3

Browse files
committed
fixes issue 280
1 parent a547a40 commit fb259f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/import-data-dialog/import-data-dialog.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export class ImportDataDialogComponent implements OnInit {
121121
});
122122
numberOfSucceed -= this.flushDB ? 1 : 0;
123123
this.util.showMessage(`${numberOfSucceed} row(s) are imported successfully, ${totalRow
124-
- numberOfSucceed} row(s) fail.`);
124+
- numberOfSucceed} row(s) failed.`);
125125
this.dialogRef.close();
126126
this._store.dispatch(new ReqFetchTree({id: this.instanceId}));
127127
}, err => {

0 commit comments

Comments
 (0)