diff --git a/netbox/templates/dcim/devicetype_list.html b/netbox/templates/dcim/devicetype_list.html
index f246f60b5..69807fcff 100644
--- a/netbox/templates/dcim/devicetype_list.html
+++ b/netbox/templates/dcim/devicetype_list.html
@@ -13,7 +13,7 @@
Import device types
{% endif %}
- {% include 'inc/export_button.html' with obj_type='devicetypes' %}
+ {% include 'inc/export_button.html' with obj_type='device types' %}
{% block title %}Device Types{% endblock %}
diff --git a/netbox/templates/dcim/rackgroup_list.html b/netbox/templates/dcim/rackgroup_list.html
index f8b53df57..d5853f11c 100644
--- a/netbox/templates/dcim/rackgroup_list.html
+++ b/netbox/templates/dcim/rackgroup_list.html
@@ -13,7 +13,7 @@
Import rack groups
{% endif %}
- {% include 'inc/export_button.html' with obj_type='rackgroups' %}
+ {% include 'inc/export_button.html' with obj_type='rack groups' %}
{% block title %}Rack Groups{% endblock %}