diff --git a/locales/en/messages.json b/locales/en/messages.json
index d7aaeedd2eb..1a2229f17b4 100755
--- a/locales/en/messages.json
+++ b/locales/en/messages.json
@@ -3255,6 +3255,12 @@
"cliConfirmSnippetBtn": {
"message": "Execute"
},
+ "cliPanelTitle": {
+ "message": "Command Line Interface"
+ },
+ "cliCommand": {
+ "message": "Enter Command"
+ },
"loggingNote": {
"message": "Data will be logged in this tab
You are free to select the global update period, data will be written into the log file every 1 second for performance reasons."
},
diff --git a/src/index.html b/src/index.html
index c08d3b4fa9f..cba9aed8e81 100644
--- a/src/index.html
+++ b/src/index.html
@@ -279,5 +279,27 @@