help: Update label for all channels tab.

This commit is contained in:
Alya Abbott
2025-05-17 14:40:46 -07:00
committed by Tim Abbott
parent eb088836a9
commit d445676807

View File

@@ -116,7 +116,7 @@ def help_handle_match(key: str) -> str:
channel_info = {
"all": ["All channels", "/#channels/all"],
"all": ["All", "/#channels/all"],
"not-subscribed": ["Not subscribed", "/#channels/notsubscribed"],
}