From c610778b0f60cfb6aa9b784de308c7aeab2fedc9 Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Sun, 24 Nov 2024 11:42:12 +0100 Subject: [PATCH] Fix inconsistent capitalization in Device info (#22979) --- src/translations/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/translations/en.json b/src/translations/en.json index 738ec2724c20..b7c085b36190 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -5335,10 +5335,10 @@ "device_info": { "device_info": "Device info", "node_id": "Node ID", - "network_type": "Network Type", + "network_type": "Network type", "node_type": "Device type", "network_name": "Network name", - "ip_adresses": "IP Address(es)", + "ip_adresses": "IP address(es)", "mac_address": "MAC address", "available": "Available?" },