Updated logo help text.
This commit is contained in:
parent
fb4a261cc5
commit
03fcf950ff
@ -82,7 +82,9 @@ def setup_general_config(sender, **kwargs):
|
||||
default_value=True,
|
||||
input_type='boolean',
|
||||
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,
|
||||
group=ugettext_lazy('Projector'))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user