quick fix for column name (#5214)

This commit is contained in:
udeeshagautam
2019-04-25 15:51:54 -07:00
committed by GitHub
parent f3d7392af3
commit 6528c0817d

View File

@@ -162,7 +162,7 @@ export class SchemaCompareResult {
width: 50 width: 50
}, },
{ {
value: localize('schemaCompare.sourceNameColumn', 'Target Name'), value: localize('schemaCompare.sourceNameColumn', 'Source Name'),
cssClass: 'align-with-header', cssClass: 'align-with-header',
width: 90 width: 90
}, },
@@ -172,7 +172,7 @@ export class SchemaCompareResult {
width: 30 width: 30
}, },
{ {
value: localize('schemaCompare.targetNameColumn', 'Source Name'), value: localize('schemaCompare.targetNameColumn', 'Target Name'),
cssClass: 'align-with-header', cssClass: 'align-with-header',
width: 150 width: 150
}] }]