mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
quick fix for column name (#5214)
This commit is contained in:
@@ -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
|
||||||
}]
|
}]
|
||||||
|
|||||||
Reference in New Issue
Block a user