From 46e2c873c1e7d70041a68ad1d60cf1b51005fb10 Mon Sep 17 00:00:00 2001 From: Tony Murray Date: Mon, 16 Oct 2023 05:14:18 -0700 Subject: [PATCH] Missing device ip translation (#15465) --- lang/en/device.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en/device.php b/lang/en/device.php index 07999deb37..04b6dc1a85 100644 --- a/lang/en/device.php +++ b/lang/en/device.php @@ -5,6 +5,7 @@ return [ 'features' => 'OS Features', 'hardware' => 'Hardware', 'icon' => 'Icon', + 'ip' => 'IP', 'location' => 'Location', 'os' => 'Device OS', 'serial' => 'Serial',