From 24117047b88161d6500334c4c4bbb07fc2381c40 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Fri, 26 Jul 2013 18:40:29 -0700 Subject: [PATCH] Renamed notifications to connect in settings --- UI/Settings/Notifications/CollectionTemplate.html | 2 +- UI/Settings/SettingsLayout.js | 5 ++++- UI/Settings/SettingsLayoutTemplate.html | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/UI/Settings/Notifications/CollectionTemplate.html b/UI/Settings/Notifications/CollectionTemplate.html index 643407ff7..510190305 100644 --- a/UI/Settings/Notifications/CollectionTemplate.html +++ b/UI/Settings/Notifications/CollectionTemplate.html @@ -4,7 +4,7 @@
  • - +
  • diff --git a/UI/Settings/SettingsLayout.js b/UI/Settings/SettingsLayout.js index b3947f920..f7c10c7a2 100644 --- a/UI/Settings/SettingsLayout.js +++ b/UI/Settings/SettingsLayout.js @@ -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; diff --git a/UI/Settings/SettingsLayoutTemplate.html b/UI/Settings/SettingsLayoutTemplate.html index b03c3c7df..6264503ac 100644 --- a/UI/Settings/SettingsLayoutTemplate.html +++ b/UI/Settings/SettingsLayoutTemplate.html @@ -3,7 +3,7 @@
  • Quality
  • Indexers
  • Download Client
  • -
  • Notifications
  • +
  • Connect
  • General
  • @@ -11,7 +11,7 @@
    -
    indexers...
    +