diff --git a/manager/templates/base.html b/manager/templates/base.html
index 76f4d66..4336232 100644
--- a/manager/templates/base.html
+++ b/manager/templates/base.html
@@ -311,9 +311,9 @@
Users
Bots
- RSS Bots
Business Groups
File Upload
+ RSS
Chat Relay
File Relay
diff --git a/manager/templates/home.html b/manager/templates/home.html
index 93fd514..b0a59f1 100644
--- a/manager/templates/home.html
+++ b/manager/templates/home.html
@@ -40,10 +40,6 @@
Bots
-
-
- RSS Bots
-
Business Groups
@@ -52,6 +48,10 @@
File Upload
+
+
+ RSS
+
diff --git a/manager/templates/list.html b/manager/templates/list.html
index b574e07..3db35b9 100644
--- a/manager/templates/list.html
+++ b/manager/templates/list.html
@@ -1,6 +1,6 @@
{% extends "base.html" %}
{% import "_macros.html" as ui %}
-{% block title %}{{ 'Business Groups' if tab == 'businesses' else ('RSS Bots' if tab == 'rss-bots' else tab | title) }} — SimpleX Manager{% endblock %}
+{% block title %}{{ 'Business Groups' if tab == 'businesses' else ('RSS' if tab == 'rss-bots' else tab | title) }} — SimpleX Manager{% endblock %}
{% block head %}