mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Fix linked account error message typo (#1823)
This commit is contained in:
@@ -130,7 +130,7 @@ export class AccountDialog extends Modal {
|
|||||||
|
|
||||||
this._noaccountViewContainer = DOM.$('div.no-account-view');
|
this._noaccountViewContainer = DOM.$('div.no-account-view');
|
||||||
let noAccountTitle = DOM.append(this._noaccountViewContainer, DOM.$('.no-account-view-label'));
|
let noAccountTitle = DOM.append(this._noaccountViewContainer, DOM.$('.no-account-view-label'));
|
||||||
let noAccountLabel = localize('accountDialog.noAccountLabel', 'There is no linked account. Please add an acount.');
|
let noAccountLabel = localize('accountDialog.noAccountLabel', 'There is no linked account. Please add an account.');
|
||||||
noAccountTitle.innerHTML = noAccountLabel;
|
noAccountTitle.innerHTML = noAccountLabel;
|
||||||
|
|
||||||
// Show the add account button for the first provider
|
// Show the add account button for the first provider
|
||||||
|
|||||||
Reference in New Issue
Block a user