diff --git a/doc/user/events/ticket_secrets.rst b/doc/user/events/ticket_secrets.rst
index e4c00ec8c9..ca349a2df1 100644
--- a/doc/user/events/ticket_secrets.rst
+++ b/doc/user/events/ticket_secrets.rst
@@ -78,7 +78,7 @@ Synchronization setting any
----------------------------------------------- ----------------------------------- ----------------------------------------------------------------------- -----------------------------------------------------------------------
Ticket secrets any Random Signed Random Signed
=============================================== =================================== =================================== =================================== ================================= =====================================
-Scenario supported on platforms Android, Desktop, iOS Android, Desktop, iOS Android, Desktop Android, Desktop Android, Desktop
+Scenario supported on platforms Android, Desktop, iOS Android, Desktop, iOS Android, Desktop Android, Desktop, iOS Android, Desktop, iOS
Synchronization speed for large data sets slow slow fast fast
Tickets can be scanned yes yes yes no yes
Ticket is valid after sale immediately next sync (~5 minutes) immediately never immediately
diff --git a/src/pretix/base/secrets.py b/src/pretix/base/secrets.py
index 56803bb465..614e4631f2 100644
--- a/src/pretix/base/secrets.py
+++ b/src/pretix/base/secrets.py
@@ -143,8 +143,8 @@ class Sig1TicketSecretGenerator(BaseTicketSecretGenerator):
The resulting string is REVERSED, to avoid all secrets of same length beginning with the same 10
characters, which would make it impossible to search for secrets manually.
"""
- verbose_name = _('pretix signature scheme 1 (for very large events, does not work with pretixSCAN on iOS and '
- 'changes semantics of offline scanning – please refer to documentation or support for details)')
+ verbose_name = _('pretix signature scheme 1 (for very large events, changes semantics of offline scanning – '
+ 'please refer to documentation or support for details)')
identifier = 'pretix_sig1'
use_revocation_list = True
diff --git a/src/pretix/control/templates/pretixcontrol/checkin/list_edit.html b/src/pretix/control/templates/pretixcontrol/checkin/list_edit.html
index 2a61fe6430..689c1a4605 100644
--- a/src/pretix/control/templates/pretixcontrol/checkin/list_edit.html
+++ b/src/pretix/control/templates/pretixcontrol/checkin/list_edit.html
@@ -48,12 +48,9 @@
Make sure to always use the latest version of our scanning apps for these options to work.
{% endblocktrans %}
-
- {% blocktrans trimmed %}
- If you make use of these advanced options, we recommend using our Android and Desktop apps.
- Custom check-in rules do not work offline with our iOS scanning app.
- {% endblocktrans %}
-
+ {% blocktrans trimmed %}
+ If you make use of these advanced options, we recommend using our Android and Desktop apps.
+ {% endblocktrans %}
{% bootstrap_field form.allow_multiple_entries layout="control" %}