mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Add missing double-quotes to insights schema description (#1139)
This commit is contained in:
@@ -93,15 +93,15 @@ export const insightsSchema: IJSONSchema = {
|
|||||||
},
|
},
|
||||||
database: {
|
database: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
description: nls.localize('actionDatabaseDescription', 'Target database for the action; can use the format "${columnName} to use a data driven column name.')
|
description: nls.localize('actionDatabaseDescription', 'Target database for the action; can use the format "${columnName}" to use a data driven column name.')
|
||||||
},
|
},
|
||||||
server: {
|
server: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
description: nls.localize('actionServerDescription', 'Target server for the action; can use the format "${columnName} to use a data driven column name.')
|
description: nls.localize('actionServerDescription', 'Target server for the action; can use the format "${columnName}" to use a data driven column name.')
|
||||||
},
|
},
|
||||||
user: {
|
user: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
description: nls.localize('actionUserDescription', 'Target user for the action; can use the format "${columnName} to use a data driven column name.')
|
description: nls.localize('actionUserDescription', 'Target user for the action; can use the format "${columnName}" to use a data driven column name.')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user