diff --git a/app/lib/frontend/templates/views/account/activity_log_table.dart b/app/lib/frontend/templates/views/account/activity_log_table.dart index 630af63464..f4e2834760 100644 --- a/app/lib/frontend/templates/views/account/activity_log_table.dart +++ b/app/lib/frontend/templates/views/account/activity_log_table.dart @@ -14,7 +14,7 @@ d.Node activityLogNode({ return d.fragment([ d.p(children: [ d.text('List of activities relevant to $forCategory'), - if (forEntity != null) d.code(text: forEntity), + if (forEntity != null) ...[d.text(' '), d.code(text: forEntity)], d.text('. '), d.text('Events other than package publication expire after 2 months.'), ]),