#12096 Fix apos in welcome window
This commit is contained in:
parent
963664c1d8
commit
1d5b4ebc0f
|
@ -606,7 +606,7 @@ class WelcomeWindow extends Wizard
|
|||
],
|
||||
[
|
||||
'arguments' => [
|
||||
'label' => __("Let's do it!"),
|
||||
'label' => __('Let's do it!'),
|
||||
'type' => 'button',
|
||||
'attributes' => [
|
||||
'class' => 'secondary',
|
||||
|
|
Loading…
Reference in New Issue