diff --git a/src/js/account-controller.js b/src/js/account-controller.js index 356e974e9..7aaf5abd2 100644 --- a/src/js/account-controller.js +++ b/src/js/account-controller.js @@ -307,7 +307,7 @@ export function addGoogleAuth() { .currentUser.linkWithPopup(gmailProvider) .then(function (result) { Loader.hide(); - Notifications.add("Google authenication added", 1); + Notifications.add("Google authentication added", 1); Settings.updateAuthSections(); }) .catch(function (error) {