more robust channel title building

This commit is contained in:
Simon 2024-03-15 12:01:09 +01:00
parent b2c1b417e5
commit a72be27982
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 1 additions and 1 deletions

View File

@ -524,7 +524,7 @@ class ChannelIdView(ChannelIdBaseView):
self.context.update(
{
"title": "Channel: " + channel_name,
"title": f"Channel: {channel_name}",
"channel_info": channel_info,
}
)