From af80751a1f58760e7dc966e07c083c98f7ed7398 Mon Sep 17 00:00:00 2001 From: Matt Irvine Date: Mon, 2 Jul 2018 14:14:10 -0700 Subject: [PATCH] Fix linked account error message typo (#1823) --- src/sql/parts/accountManagement/accountDialog/accountDialog.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sql/parts/accountManagement/accountDialog/accountDialog.ts b/src/sql/parts/accountManagement/accountDialog/accountDialog.ts index 54ffac92a6..7e05d56dff 100644 --- a/src/sql/parts/accountManagement/accountDialog/accountDialog.ts +++ b/src/sql/parts/accountManagement/accountDialog/accountDialog.ts @@ -130,7 +130,7 @@ export class AccountDialog extends Modal { this._noaccountViewContainer = DOM.$('div.no-account-view'); 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; // Show the add account button for the first provider