summaryrefslogtreecommitdiff
path: root/src/views/HardwareStatus
diff options
context:
space:
mode:
authorkirankumarb07 <kirankumarb@ami.com>2023-02-07 16:42:33 +0300
committerKiran Kumar Ballapalli <kirankumarb@ami.com>2023-02-13 09:39:24 +0300
commit3bf966a73eb55dbc0751734ce5bd78105e2d1c70 (patch)
tree07437223d4b9900d7cf029b000dee9d6007354b0 /src/views/HardwareStatus
parent38e131ada65ea78b0e73eebde488002b3e2369c9 (diff)
downloadwebui-vue-3bf966a73eb55dbc0751734ce5bd78105e2d1c70.tar.xz
Add translation for a few missing UI elements
On the sensor page and user management page, some of the strings are not getting translated to the selected language. I have added this patch to add the multiple language strings to the missing strings. Change-Id: I03ca43bb81708f85e913e39c6dfa24ab7f3de876 Signed-off-by: Kirankumar Ballapalli <kirankumarb@ami.com>
Diffstat (limited to 'src/views/HardwareStatus')
-rw-r--r--src/views/HardwareStatus/Sensors/Sensors.vue6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/views/HardwareStatus/Sensors/Sensors.vue b/src/views/HardwareStatus/Sensors/Sensors.vue
index 6329d9d8..c4663a94 100644
--- a/src/views/HardwareStatus/Sensors/Sensors.vue
+++ b/src/views/HardwareStatus/Sensors/Sensors.vue
@@ -196,7 +196,11 @@ export default {
{
key: 'status',
label: this.$t('pageSensors.table.status'),
- values: ['OK', 'Warning', 'Critical'],
+ values: [
+ this.$t('global.action.ok'),
+ this.$t('global.action.warning'),
+ this.$t('global.action.critical'),
+ ],
},
],
activeFilters: [],