mirror of
https://github.com/Kunsi/pretalx-plugin-broadcast-tools
synced 2024-11-21 20:11:01 +00:00
fix name in settings sidebar
This commit is contained in:
parent
a55d9ec97d
commit
4582e4db37
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ def navbar_info(sender, request, **kwargs):
|
||||||
return []
|
return []
|
||||||
return [
|
return [
|
||||||
{
|
{
|
||||||
"label": _("lower thirds"),
|
"label": _("broadcast tools"),
|
||||||
"url": reverse(
|
"url": reverse(
|
||||||
"plugins:pretalx_broadcast_tools:orga",
|
"plugins:pretalx_broadcast_tools:orga",
|
||||||
kwargs={
|
kwargs={
|
||||||
|
|
Loading…
Reference in a new issue