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:
parent
31b6686279
commit
1de7bcc749
4 changed files with 8 additions and 8 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue