diff --git a/html5/kubeinvaders.js b/html5/kubeinvaders.js
index 1531ba5..1dd2b74 100644
--- a/html5/kubeinvaders.js
+++ b/html5/kubeinvaders.js
@@ -570,12 +570,10 @@ function showPodNameControl() {
if (showPodName) {
showPodName = false;
$("#buttonOnlyPodName").text("Show Pods Name");
- $('#alert_placeholder').replaceWith(alert_div + 'Hit aliens for show name of pods');
}
else {
showPodName = true
$("#buttonOnlyPodName").text("Hide Pods Name");
- $('#alert_placeholder').replaceWith(alert_div + 'Hit aliens for kill pods');
}
}