Skip to content

Commit 3ba04b5

Browse files
authored
Merge pull request #441 from kinfkong/issue-327
fix issue #327
2 parents ed847f2 + a67ac8e commit 3ba04b5

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.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ <h1 mat-dialog-title>{{opType === 'import' ? 'Import':'Export'}} Data</h1>
4747

4848
<div class="row radio-group" *ngIf="opType === 'export'">
4949
<div class="left-part">
50-
Data type
50+
Data Type
5151
</div>
5252

5353
<mat-radio-group [(ngModel)]="exportType">

0 commit comments

Comments
 (0)