- | {{ 'iot-hub.updates' | translate }} |
+ @if (updatesChecked) { {{ 'iot-hub.updates' | translate }} } |
@if (updatesChecked) {
@if (getPublishedVersionInfo(item); as pubInfo) {
@if (pubInfo.publishedVersionId !== item.itemVersionId) {
-
- arrow_upward
- v{{ pubInfo.publishedVersion }} {{ 'iot-hub.available' | translate }}
-
-
+
+
+
+
} @else {
check
@@ -146,7 +149,7 @@
-
open_in_new
- {{ 'iot-hub.open-item-type-details' | translate:{ type: getTypeLabel() } }}
+ {{ 'iot-hub.open-item-type' | translate:{ type: getTypeLabel() } }}
}
@@ -175,7 +175,7 @@
open_in_new
- {{ 'iot-hub.open-item-type-details' | translate:{ type: getTypeLabel() } }}
+ {{ 'iot-hub.open-item-type' | translate:{ type: getTypeLabel() } }}
}
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 7510611f2b..c1d12b271c 100644
--- a/ui-ngx/src/assets/locale/locale.constant-en_US.json
+++ b/ui-ngx/src/assets/locale/locale.constant-en_US.json
@@ -3868,7 +3868,7 @@
"installed-item-remove-error": "Failed to remove '{{name}}'",
"open-installed-entity": "Open installed entity",
"view-item-details": "View item details",
- "open-item-type-details": "Open {{type}} details",
+ "open-item-type": "Open {{type}}",
"back-to-marketplace": "Back to Marketplace",
"device-install-connection": "Connection: {{type}}",
"device-install-entity-error": "Failed to create {{name}}: {{error}}",
|