missaligned tips

This commit is contained in:
fbsanchez 2019-11-05 11:51:26 +01:00
parent b1d4bfe149
commit e583b71a99

View File

@ -392,7 +392,8 @@ function quickShellSettings()
'inputs' => [ 'inputs' => [
[ [
'label' => __('Gotty path').ui_print_help_tip( 'label' => __('Gotty path').ui_print_help_tip(
__('Leave blank if using an external Gotty service') __('Leave blank if using an external Gotty service'),
true
), ),
'arguments' => [ 'arguments' => [
'type' => 'text', 'type' => 'text',
@ -426,7 +427,8 @@ function quickShellSettings()
], ],
[ [
'label' => __('Gotty user').ui_print_help_tip( 'label' => __('Gotty user').ui_print_help_tip(
__('Optional, set a user to access gotty service') __('Optional, set a user to access gotty service'),
true
), ),
'arguments' => [ 'arguments' => [
'type' => 'text', 'type' => 'text',
@ -436,7 +438,8 @@ function quickShellSettings()
], ],
[ [
'label' => __('Gotty password').ui_print_help_tip( 'label' => __('Gotty password').ui_print_help_tip(
__('Optional, set a password to access gotty service') __('Optional, set a password to access gotty service'),
true
), ),
'arguments' => [ 'arguments' => [
'type' => 'password', 'type' => 'password',