mirror of
https://github.com/Kunsi/pretalx-plugin-broadcast-tools
synced 2024-11-21 19:11:02 +00:00
some typography
This commit is contained in:
parent
a272f21498
commit
d22f7826ac
2 changed files with 4 additions and 4 deletions
|
@ -9,7 +9,7 @@ class BroadcastToolsSettingsForm(I18nFormMixin, HierarkeyForm):
|
|||
help_text=_(
|
||||
"Will be shown as talk title if there's currently no talk running."
|
||||
),
|
||||
label=_('"no talk running" information'),
|
||||
label=_('"No talk running" information'),
|
||||
widget=I18nTextInput,
|
||||
required=True,
|
||||
)
|
||||
|
@ -18,7 +18,7 @@ class BroadcastToolsSettingsForm(I18nFormMixin, HierarkeyForm):
|
|||
"Will only be shown if there's a talk running. You may use "
|
||||
"the place holders mentioned below."
|
||||
),
|
||||
label=_("info line"),
|
||||
label=_("Info line"),
|
||||
required=False,
|
||||
widget=I18nTextInput,
|
||||
)
|
||||
|
@ -52,7 +52,7 @@ class BroadcastToolsSettingsForm(I18nFormMixin, HierarkeyForm):
|
|||
"Will get printed as-is. You may use the place holders "
|
||||
"mentioned below."
|
||||
),
|
||||
label=_("Additional Text"),
|
||||
label=_("Additional text"),
|
||||
required=False,
|
||||
widget=Textarea,
|
||||
)
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
<fieldset>
|
||||
<legend>
|
||||
{% translate "Set up lower thirds" %}
|
||||
{% translate "Lower thirds" %}
|
||||
</legend>
|
||||
{% bootstrap_field form.broadcast_tools_lower_thirds_no_talk_info layout='event' %}
|
||||
{% bootstrap_field form.broadcast_tools_lower_thirds_info_string layout='event' %}
|
||||
|
|
Loading…
Reference in a new issue