Fix #1119 - Proper indent and pluralisation (#1120)

This commit is contained in:
Martin Gross
2018-12-12 08:59:54 +01:00
committed by Raphael Michel
parent 518298f71c
commit b0c4c88d01
2 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ footer_link = EventPluginSignal(
providing_args=["request"]
)
"""
The signal ``pretix.presale.signals.footer_links`` allows you to add links to the footer of an event page. You
The signal ``pretix.presale.signals.footer_link`` allows you to add links to the footer of an event page. You
are expected to return a dictionary containing the keys ``label`` and ``url``.
As with all plugin signals, the ``sender`` keyword argument will contain the event.