mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-20 01:25:37 -05:00
spell error in Severity column name (#11156)
This commit is contained in:
@@ -91,7 +91,7 @@ export class AsmtResultsViewComponent extends TabChild implements IAssessmentCom
|
||||
width: 80,
|
||||
id: 'target'
|
||||
},
|
||||
{ name: nls.localize('asmt.column.severity', "Serverity"), field: 'severity', maxWidth: 90, id: 'severity' },
|
||||
{ name: nls.localize('asmt.column.severity', "Severity"), field: 'severity', maxWidth: 90, id: 'severity' },
|
||||
{
|
||||
name: nls.localize('asmt.column.message', "Message"),
|
||||
field: 'message',
|
||||
|
||||
Reference in New Issue
Block a user