diff --git a/src/plugins/webreport/NarrativeWeb.py b/src/plugins/webreport/NarrativeWeb.py index e76b30fea..712a92b8f 100644 --- a/src/plugins/webreport/NarrativeWeb.py +++ b/src/plugins/webreport/NarrativeWeb.py @@ -5694,7 +5694,7 @@ class NavWebReport(Report): continue # get event type evt_type = str(event.get_type() ) - if evt_type == "Residence": + if evt_type == _("Residence"): has_res = event break