diff --git a/src/wagtail_personalisation/templates/modeladmin/wagtail_personalisation/segment/dashboard.html b/src/wagtail_personalisation/templates/modeladmin/wagtail_personalisation/segment/dashboard.html index d6858dd..b0fcf2e 100644 --- a/src/wagtail_personalisation/templates/modeladmin/wagtail_personalisation/segment/dashboard.html +++ b/src/wagtail_personalisation/templates/modeladmin/wagtail_personalisation/segment/dashboard.html @@ -38,11 +38,11 @@
  • {% trans "This segment is Static" %} - {{ segment.sessions.count|localize }} - {% if segment.sessions.count < segment.count %} + {{ segment.static_users.count|localize }} + {% if segment.static_users.count < segment.count %} / {{ segment.count }} {% trans "member" %}{{ segment.count|pluralize }} {% else %} - {% trans "member" %}{{ segment.sessions.count|pluralize }} + {% trans "member" %}{{ segment.count|pluralize }} {% endif %}