diff --git a/netbox/dcim/tables/template_code.py b/netbox/dcim/tables/template_code.py
index 5dcc55441..96ab803e6 100644
--- a/netbox/dcim/tables/template_code.py
+++ b/netbox/dcim/tables/template_code.py
@@ -57,7 +57,7 @@ INTERFACE_FHRPGROUPS = """
INTERFACE_TAGGED_VLANS = """
{% if record.mode == 'tagged' %}
{% if value.count > 3 %}
- {{ value.count }}
+ {{ value.count }} VLANs
{% else %}
{% for vlan in value.all %}
{{ vlan }}