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;