From 053bcff11cf51fea3750f2be944c55d04cd8e04d Mon Sep 17 00:00:00 2001 From: Carlos V <76731844+cvc90@users.noreply.github.com> Date: Mon, 4 Sep 2023 18:26:24 +0200 Subject: [PATCH] Update internetinfo.php Updated variable "DevDetail_Tab_Internet_Info_Error" to "DevDetail_Tab_Tool_Internet_Info_Error" --- front/php/templates/internetinfo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/php/templates/internetinfo.php b/front/php/templates/internetinfo.php index 84edddc9..fd9a5b1e 100644 --- a/front/php/templates/internetinfo.php +++ b/front/php/templates/internetinfo.php @@ -21,7 +21,7 @@ $output = shell_exec("curl ipinfo.io"); // Check if there is error if (!isset($output) || empty($output)) { // Error message - $output = lang('DevDetail_Tab_Internet_Info_Error'); + $output = lang('DevDetail_Tab_Tool_Internet_Info_Error'); // Show the result echo "
";
 	echo $output;