1
0
Fork 0
mirror of https://github.com/Kunsi/pretalx-plugin-broadcast-tools synced 2024-04-29 13:17:17 +00:00

some typography

This commit is contained in:
Franzi 2022-11-15 13:45:51 +01:00
parent a272f21498
commit d22f7826ac
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 4 additions and 4 deletions

View file

@ -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,
)

View file

@ -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' %}