This commit is contained in:
Alhaziel
2019-06-01 14:57:17 +02:00
parent d8ad7334fb
commit 3ba0f3edc5
4 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ def show_channels(item):
logger.info()
itemlist = []
context = [{"title": "Eliminar este canal",
context = [{"title": config.get_localized_string(50005),
"action": "remove_channel",
"channel": "community"}]