diff --git a/html/index.html b/html/index.html
index 5ecfd22..535b68a 100644
--- a/html/index.html
+++ b/html/index.html
@@ -340,9 +340,9 @@
h => Enable or disable help
s => Enable or disable shuffle for aliens
n => Change the namespace
- p => Display pods
- c => Display nodes
- v => Display virtual machines (KubeVirt)
+ p => Display pods switch
+ c => Display nodes switch
+ v => Display virtual machines (KubeVirt) switch
diff --git a/html/js/kubeinvaders.js b/html/js/kubeinvaders.js
index 99cdaf5..608a2b2 100644
--- a/html/js/kubeinvaders.js
+++ b/html/js/kubeinvaders.js
@@ -742,9 +742,9 @@ window.setInterval(function draw() {
ctx.fillText('h => Enable or disable help', 10, 280);
ctx.fillText('s => Enable or disable shuffle for aliens', 10, 300);
ctx.fillText('n => Change the namespace', 10, 320);
- ctx.fillText('p => Display pods', 10, 340);
- ctx.fillText('c => Display nodes', 10, 360);
- ctx.fillText('v => Display virtual machines (KubeVirt)', 10, 380);
+ ctx.fillText('p => Display pods switch', 10, 340);
+ ctx.fillText('c => Display nodes switch', 10, 360);
+ ctx.fillText('v => Display virtual machines (KubeVirt) switch', 10, 380);
}
}, 10)