mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
quick fix for column name (#5214)
This commit is contained in:
@@ -162,7 +162,7 @@ export class SchemaCompareResult {
|
||||
width: 50
|
||||
},
|
||||
{
|
||||
value: localize('schemaCompare.sourceNameColumn', 'Target Name'),
|
||||
value: localize('schemaCompare.sourceNameColumn', 'Source Name'),
|
||||
cssClass: 'align-with-header',
|
||||
width: 90
|
||||
},
|
||||
@@ -172,7 +172,7 @@ export class SchemaCompareResult {
|
||||
width: 30
|
||||
},
|
||||
{
|
||||
value: localize('schemaCompare.targetNameColumn', 'Source Name'),
|
||||
value: localize('schemaCompare.targetNameColumn', 'Target Name'),
|
||||
cssClass: 'align-with-header',
|
||||
width: 150
|
||||
}]
|
||||
|
||||
Reference in New Issue
Block a user