Renamed notifications to connect in settings

This commit is contained in:
Mark McDowall 2013-07-26 18:40:29 -07:00
parent 923f34e905
commit 24117047b8
3 changed files with 7 additions and 4 deletions

View file

@ -103,7 +103,7 @@ define(
}
this.ui.notificationsTab.tab('show');
this._navigate('settings/notifications');
this._navigate('settings/connect');
},
_showGeneral: function (e) {
@ -164,6 +164,9 @@ define(
case 'downloadclient':
this._showDownloadClient();
break;
case 'connect':
this._showNotifications();
break;
case 'notifications':
this._showNotifications();
break;