This commit is contained in:
Frédéric FRANCE 2020-10-29 23:42:51 +01:00
parent e049eb960d
commit c41459abe4
No known key found for this signature in database
GPG Key ID: 06809324E4B2ABC1
2 changed files with 3 additions and 3 deletions

View File

@ -73,7 +73,7 @@ module.exports = {
fields: [
{
key: 'url',
label: 'Url of service without ending-slash',
label: 'Url of service without trailing-slash',
required: true,
type: 'string'
},

View File

@ -126,7 +126,7 @@ class Hook extends CommonObject
),
'module' => array(
'type' => 'varchar(128)',
'label' => 'Url',
'label' => 'Module',
'enabled' => 1,
'visible' => 1,
'position' => 30,
@ -137,7 +137,7 @@ class Hook extends CommonObject
),
'action' => array(
'type' => 'varchar(128)',
'label' => 'Url',
'label' => 'Action',
'enabled' => 1,
'visible' => 1,
'position' => 30,