Fix linked account error message typo (#1823)

This commit is contained in:
Matt Irvine
2018-07-02 14:14:10 -07:00
committed by GitHub
parent dd02597c3b
commit af80751a1f

View File

@@ -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