diff --git a/cisco_flash.mkp b/cisco_flash.mkp
index 21fecb02981367afda43d078598a16f17dda2ee0..d237a9bad45535113533d86665dceea63e45e600 100644
Binary files a/cisco_flash.mkp and b/cisco_flash.mkp differ
diff --git a/web/plugins/views/inv_cisco_flash.py b/web/plugins/views/inv_cisco_flash.py
index 2738b898f5e7baf6687f6d2d52057551039e58c6..c189c01aca603f411cb578d8447f631954ba04f0 100644
--- a/web/plugins/views/inv_cisco_flash.py
+++ b/web/plugins/views/inv_cisco_flash.py
@@ -34,7 +34,7 @@ inventory_displayhints.update({
         'view': 'invflashchips_of_host',
     },
 
-    '.hardware.components.flash.chips:*.index': {'title': _('Index'), },
+    '.hardware.components.flash.chips:*.index': {'title': _('Chip index'), },
     '.hardware.components.flash.chips:*.flashindex': {'title': _('Device index'), },
     '.hardware.components.flash.chips:*.code': {'title': _('Code'), },
     '.hardware.components.flash.chips:*.description': {'title': _('Description'), },
@@ -49,7 +49,7 @@ inventory_displayhints.update({
         'view': 'invflashpartitions_of_host',
     },
 
-    '.hardware.components.flash.partitions:*.index': {'title': _('Index'), },
+    '.hardware.components.flash.partitions:*.index': {'title': _('Partition index'), },
     '.hardware.components.flash.partitions:*.flashindex': {'title': _('Device index'), },
     '.hardware.components.flash.partitions:*.startchip': {'title': _('Start chip'), },
     '.hardware.components.flash.partitions:*.endchip': {'title': _('End chip'), },