Merge pull request #1667 from normanjaeckel/Logo
Updated logo help text.
This commit is contained in:
commit
4e8566904a
@ -82,7 +82,9 @@ def setup_general_config(sender, **kwargs):
|
|||||||
default_value=True,
|
default_value=True,
|
||||||
input_type='boolean',
|
input_type='boolean',
|
||||||
label=ugettext_lazy('Show logo on projector'),
|
label=ugettext_lazy('Show logo on projector'),
|
||||||
help_text=ugettext_lazy('You can find and replace the logo under "openslides/core/static/...".'), # TODO: Update path.
|
help_text=ugettext_lazy(
|
||||||
|
'You can replace the logo. Just copy a file to '
|
||||||
|
'"static/img/logo.png" in your OpenSlides data path.'),
|
||||||
weight=150,
|
weight=150,
|
||||||
group=ugettext_lazy('Projector'))
|
group=ugettext_lazy('Projector'))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user