summaryrefslogtreecommitdiff
path: root/src/views/HardwareStatus/Inventory/InventoryTableFans.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/HardwareStatus/Inventory/InventoryTableFans.vue')
-rw-r--r--src/views/HardwareStatus/Inventory/InventoryTableFans.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/HardwareStatus/Inventory/InventoryTableFans.vue b/src/views/HardwareStatus/Inventory/InventoryTableFans.vue
index 373ecc8d..4a540e04 100644
--- a/src/views/HardwareStatus/Inventory/InventoryTableFans.vue
+++ b/src/views/HardwareStatus/Inventory/InventoryTableFans.vue
@@ -156,7 +156,7 @@ export default {
},
{
key: 'statusState',
- label: this.$t('pageInventory.table.state'),
+ label: i18n.global.t('pageInventory.table.state'),
formatter: this.dataFormatter,
tdClass: 'text-nowrap',
},