diff --git a/ui-ngx/angular.json b/ui-ngx/angular.json
index 6d90f9ec20..a5e140322b 100644
--- a/ui-ngx/angular.json
+++ b/ui-ngx/angular.json
@@ -130,6 +130,9 @@
"node_modules/prismjs/components/prism-json.min.js",
"node_modules/prismjs/components/prism-javascript.min.js",
"node_modules/prismjs/components/prism-typescript.min.js",
+ "node_modules/prismjs/components/prism-python.min.js",
+ "node_modules/prismjs/components/prism-c.min.js",
+ "node_modules/prismjs/components/prism-cpp.min.js",
"node_modules/prismjs/plugins/line-numbers/prism-line-numbers.min.js"
],
"allowedCommonJsDependencies": [
diff --git a/ui-ngx/src/app/modules/home/components/iot-hub/iot-hub-item-card.component.html b/ui-ngx/src/app/modules/home/components/iot-hub/iot-hub-item-card.component.html
index ef20917b8f..bdfd149ba1 100644
--- a/ui-ngx/src/app/modules/home/components/iot-hub/iot-hub-item-card.component.html
+++ b/ui-ngx/src/app/modules/home/components/iot-hub/iot-hub-item-card.component.html
@@ -71,7 +71,7 @@
}
} @else {
-
+
}
} @else {
@@ -137,7 +137,7 @@
}
} @else {
-
+
}
diff --git a/ui-ngx/src/assets/locale/locale.constant-en_US.json b/ui-ngx/src/assets/locale/locale.constant-en_US.json
index 85221035a0..73381a3f58 100644
--- a/ui-ngx/src/assets/locale/locale.constant-en_US.json
+++ b/ui-ngx/src/assets/locale/locale.constant-en_US.json
@@ -3803,6 +3803,7 @@
"install-type": "Type: {{type}}",
"install-creator": "Creator: {{creator}}",
"install": "Install",
+ "connect": "Connect",
"connect-device": "Connect device",
"install-one-more": "Install one more",
"installing": "Installing...",
@@ -3877,7 +3878,7 @@
"device-install-resolution-overwrite": "Overwritten",
"device-install-resolution-create-copy": "Created copy",
"device-install-gateway-docker-compose": "Download docker-compose.yml for your gateway",
- "device-install-title": "Install \"{{name}}\"",
+ "device-install-title": "Connect \"{{name}}\"",
"device-install-complete-title": "Install \"{{name}}\" — Complete",
"device-installing-title": "Installing \"{{name}}\"",
"done": "Done",