fix: [organisations:add] Wrong label value

pull/7459/head
mokaddem 2021-05-21 07:10:51 +02:00
parent fae5119388
commit 21df2a398a
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ echo $this->element('genericElements/Form/genericForm', [
[
'field' => 'contacts',
'type' => 'textarea',
'label' => __('Type of organisation'),
'label' => __('Contact details'),
'placeholder' => __('You can add some contact details for the organisation here, if applicable.'),
'class' => 'input-xxlarge',
],