From 432e4a5e83b932bdb282de0fe11f317bf2e34491 Mon Sep 17 00:00:00 2001 From: Jon Date: Fri, 5 Jun 2026 23:51:16 +0100 Subject: [PATCH] Rename RSS category label to 'RSS' (keep '+ New RSS Bot'); move RSS below File Upload Co-Authored-By: Claude Opus 4.8 --- manager/templates/base.html | 2 +- manager/templates/home.html | 8 ++++---- manager/templates/list.html | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) 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 %}