mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Renamed notifications to connect in settings
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user