From 8aa1c5987330437844c919c52d74c445e01ccebd Mon Sep 17 00:00:00 2001 From: Pablo Revilla Date: Sat, 6 Dec 2025 11:30:25 -0800 Subject: [PATCH] minor fix to langauge dictionary --- meshview/lang/es.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/meshview/lang/es.json b/meshview/lang/es.json index 83980fb..0469c69 100644 --- a/meshview/lang/es.json +++ b/meshview/lang/es.json @@ -141,17 +141,17 @@ }, "node": { - "specifications": "Especificaciones:", - "node_id": "ID de Nodo:", - "long_name": "Nombre Largo:", - "short_name": "Nombre Corto:", - "hw_model": "Modelo de Hardware:", - "firmware": "Firmware:", - "role": "Rol:", - "channel": "Canal:", - "latitude": "Latitud:", - "longitude": "Longitud:", - "last_update": "Última Actualización:", + "specifications": "Especificaciones", + "node_id": "ID de Nodo", + "long_name": "Nombre Largo", + "short_name": "Nombre Corto", + "hw_model": "Modelo de Hardware", + "firmware": "Firmware", + "role": "Rol", + "channel": "Canal", + "latitude": "Latitud", + "longitude": "Longitud", + "last_update": "Última Actualización", "battery_voltage": "Batería y voltaje", "air_channel": "Utilización del aire y del canal", "environment": "Métricas Ambientales",