1
0
Fork 0
mirror of https://github.com/Kunsi/pretalx-plugin-broadcast-tools synced 2025-06-07 10:02:23 +00:00

rename 'lower_thirds_' fields to 'broadcast_tools_lower_thirds_'

This commit is contained in:
Franzi 2022-11-07 04:21:53 +01:00
parent 31b6686279
commit 1de7bcc749
Signed by: kunsi
GPG key ID: 12E3D2136B818350
4 changed files with 8 additions and 8 deletions

View file

@ -8,13 +8,13 @@ from pretalx.common.signals import register_data_exporters
from pretalx.orga.signals import nav_event_settings
hierarkey.add_default(
"lower_thirds_no_talk_info",
"broadcast_tools_lower_thirds_no_talk_info",
LazyI18nString.from_gettext(
gettext_noop("Sorry, there's currently no talk running")
),
LazyI18nString,
)
hierarkey.add_default("lower_thirds_info_string", "", LazyI18nString)
hierarkey.add_default("broadcast_tools_lower_thirds_info_string", "", LazyI18nString)
@receiver(nav_event_settings)