From fe74d8f0e005d74a5d947b641b98423c485aee61 Mon Sep 17 00:00:00 2001 From: Marc Brooks Date: Mon, 10 Nov 2025 18:56:48 +0000 Subject: [PATCH] Sort en.json with npm run i18n:resort --- ui/localization/messages/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/localization/messages/en.json b/ui/localization/messages/en.json index 61f4136f..bf446099 100644 --- a/ui/localization/messages/en.json +++ b/ui/localization/messages/en.json @@ -636,10 +636,10 @@ "network_ipv6_prefix_invalid": "Prefix must be between 0 and 128", "network_ll_dp_description": "Control which TLVs will be sent over Link Layer Discovery Protocol", "network_ll_dp_disabled": "Disabled", - "network_ll_dp_rx_only": "Receive only", - "network_ll_dp_tx_only": "Transmit only", "network_ll_dp_rx_and_tx": "Receive and transmit", + "network_ll_dp_rx_only": "Receive only", "network_ll_dp_title": "LLDP", + "network_ll_dp_tx_only": "Transmit only", "network_mac_address_copy_error": "Failed to copy MAC address", "network_mac_address_copy_success": "MAC address { mac } copied to clipboard", "network_mac_address_description": "Hardware identifier for the network interface",