From c5f99ad70104152a63fd1f815c94a432962d72ac Mon Sep 17 00:00:00 2001 From: Carlos V <76731844+cvc90@users.noreply.github.com> Date: Tue, 15 Aug 2023 18:06:27 +0200 Subject: [PATCH] Update en_us.json Added translation variable "DevDetail_Internet_Speedtest" Added translation variable "DevDetail_Internet_Speedtest_Start" --- front/php/templates/language/en_us.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/front/php/templates/language/en_us.json b/front/php/templates/language/en_us.json index c27a47c9..81c40c23 100755 --- a/front/php/templates/language/en_us.json +++ b/front/php/templates/language/en_us.json @@ -157,6 +157,8 @@ "DevDetail_Type_hover" : "The Type of the device. If you select any of the pre-defined network devices (e.g.: AP, Firewall, Router, Switch...) they will show up in the Network tree configuration as possible parent network nodes.", "DevDetail_Icon" : "Icon", "DevDetail_Icon_Descr" : "Enter a font awesome icon name without the fa- prefix or with complete class, e.g.: fa fa-brands fa-apple.", + "DevDetail_Internet_Speedtest" : "Online Speedtest", + "DevDetail_Internet_Speedtest_Start" : "Start Speedtest", "DevDetail_MainInfo_Vendor" : "Vendor", "DevDetail_Vendor_hover" : "Vendor should be auto-detected. You can overwrite or add your custom value.", "DevDetail_MainInfo_Favorite" : "Favorite",