From c6cb0c8747c3bf9956c23575500b450b382c50ce Mon Sep 17 00:00:00 2001 From: Daniel Cebrian <daniel.cebrian@pandorafms.com> Date: Fri, 2 Feb 2024 12:14:49 +0100 Subject: [PATCH] #12810 changed text licensed in info status --- pandora_console/include/class/Diagnostics.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/class/Diagnostics.class.php b/pandora_console/include/class/Diagnostics.class.php index 17ded9a8eb..b097bbba48 100644 --- a/pandora_console/include/class/Diagnostics.class.php +++ b/pandora_console/include/class/Diagnostics.class.php @@ -520,7 +520,7 @@ class Diagnostics extends Wizard ) { return __('FREE/TRIAL'); } else { - return __('LICENCED'); + return __('LICENSED'); } } else { return __('OpenSource');