mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-15 01:25:36 -05:00
Add double quotes for localize hygiene check (#6492)
* Add localize single quote hygiene task * Update localize calls * Update comment * Fix build failures and remove test code
This commit is contained in:
@@ -62,7 +62,7 @@ export default class InputBoxComponent extends ComponentBase implements ICompone
|
||||
return undefined;
|
||||
} else {
|
||||
return {
|
||||
content: this.inputElement.inputElement.validationMessage || nls.localize('invalidValueError', 'Invalid value'),
|
||||
content: this.inputElement.inputElement.validationMessage || nls.localize('invalidValueError', "Invalid value"),
|
||||
type: MessageType.ERROR
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user