diff --git a/app/View/Organisations/admin_add.ctp b/app/View/Organisations/admin_add.ctp index b61baf2c1..e27084f75 100644 --- a/app/View/Organisations/admin_add.ctp +++ b/app/View/Organisations/admin_add.ctp @@ -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', ],