From bc445906f0f7f5180d0d3bd8925ebc24da403693 Mon Sep 17 00:00:00 2001 From: Maximilian Vogel Date: Fri, 30 Aug 2024 18:03:33 +0200 Subject: [PATCH] fix pre-commit.ci --- djangocms_frontend/contrib/modal/constants.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/djangocms_frontend/contrib/modal/constants.py b/djangocms_frontend/contrib/modal/constants.py index 87854edc..defdfe4f 100644 --- a/djangocms_frontend/contrib/modal/constants.py +++ b/djangocms_frontend/contrib/modal/constants.py @@ -12,12 +12,12 @@ ) MODAL_FULLSCREEN_CHOICES = ( - ("modal-fullscreen", _("Allways")), - ("modal-fullscreen-sm-down", _("Fullscreen below sm")), - ("modal-fullscreen-md-down", _("Fullscreen below md")), - ("modal-fullscreen-lg-down", _("Fullscreen below lg")), - ("modal-fullscreen-xl-down", _("Fullscreen below xl")), - ("modal-fullscreen-xxl-down", _("Fullscreen below xxl")), + ("modal-fullscreen", _("Allways")), + ("modal-fullscreen-sm-down", _("Fullscreen below sm")), + ("modal-fullscreen-md-down", _("Fullscreen below md")), + ("modal-fullscreen-lg-down", _("Fullscreen below lg")), + ("modal-fullscreen-xl-down", _("Fullscreen below xl")), + ("modal-fullscreen-xxl-down", _("Fullscreen below xxl")), ) MODAL_INNER_TYPE_CHOICES = (