summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/views/HardwareStatus/Inventory/InventoryServiceIndicator.vue3
-rw-r--r--src/views/HardwareStatus/Inventory/InventoryTableSystem.vue3
2 files changed, 0 insertions, 6 deletions
diff --git a/src/views/HardwareStatus/Inventory/InventoryServiceIndicator.vue b/src/views/HardwareStatus/Inventory/InventoryServiceIndicator.vue
index 8acf43c5..65b48c2b 100644
--- a/src/views/HardwareStatus/Inventory/InventoryServiceIndicator.vue
+++ b/src/views/HardwareStatus/Inventory/InventoryServiceIndicator.vue
@@ -25,9 +25,6 @@
switch
@change="toggleIdentifyLedSwitch"
>
- <span class="sr-only">
- {{ $t('pageInventory.systemIndicator.identifyLed') }}
- </span>
<span v-if="systems.locationIndicatorActive">
{{ $t('global.status.on') }}
</span>
diff --git a/src/views/HardwareStatus/Inventory/InventoryTableSystem.vue b/src/views/HardwareStatus/Inventory/InventoryTableSystem.vue
index 44a35859..c6f425d7 100644
--- a/src/views/HardwareStatus/Inventory/InventoryTableSystem.vue
+++ b/src/views/HardwareStatus/Inventory/InventoryTableSystem.vue
@@ -36,9 +36,6 @@
switch
@change="toggleIdentifyLedSwitch"
>
- <span class="sr-only">
- {{ $t('pageInventory.table.identifyLed') }}
- </span>
<span v-if="item.locationIndicatorActive">
{{ $t('global.status.on') }}
</span>