diff --git a/qt/aqt/clayout.py b/qt/aqt/clayout.py index db7ae7300..1df0b27cd 100644 --- a/qt/aqt/clayout.py +++ b/qt/aqt/clayout.py @@ -586,7 +586,7 @@ class CardLayout(QDialog): repl = answerRepl out = re.sub(type_filter, repl, txt, count=1) - warning = f"
{tr.card_templates_type_boxes_warning()}
" + warning = f"
{tr.card_templates_type_boxes_warning()}
" return re.sub(type_filter, warning, out) # Card operations