From 1d5b4ebc0fe5ad17993ddedfe2e0a10899506212 Mon Sep 17 00:00:00 2001 From: miguel angel rasteu Date: Thu, 21 Sep 2023 16:26:44 +0200 Subject: [PATCH] #12096 Fix apos in welcome window --- pandora_console/include/class/WelcomeWindow.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/class/WelcomeWindow.class.php b/pandora_console/include/class/WelcomeWindow.class.php index 5e66268403..8b374b44a2 100644 --- a/pandora_console/include/class/WelcomeWindow.class.php +++ b/pandora_console/include/class/WelcomeWindow.class.php @@ -606,7 +606,7 @@ class WelcomeWindow extends Wizard ], [ 'arguments' => [ - 'label' => __("Let's do it!"), + 'label' => __('Let's do it!'), 'type' => 'button', 'attributes' => [ 'class' => 'secondary',