Fix type answer warning making text bold

This commit is contained in:
Damien Elmes 2022-09-30 14:08:03 +10:00
parent ea3b40e400
commit 4bf243d0af

View file

@ -586,7 +586,7 @@ class CardLayout(QDialog):
repl = answerRepl
out = re.sub(type_filter, repl, txt, count=1)
warning = f"<center><b>{tr.card_templates_type_boxes_warning()}</center><b>"
warning = f"<center><b>{tr.card_templates_type_boxes_warning()}</b></center>"
return re.sub(type_filter, warning, out)
# Card operations