diff --git a/app/View/OrgBlocklists/add.ctp b/app/View/OrgBlocklists/add.ctp index 562e6c5b8..cb4d97c3f 100644 --- a/app/View/OrgBlocklists/add.ctp +++ b/app/View/OrgBlocklists/add.ctp @@ -7,7 +7,7 @@ echo $this->element('genericElements/Form/genericForm', [ 'description' => __('Blocklisting an organisation prevents the creation of any event by that organisation on this instance as well as syncing of that organisation\'s events to this instance. It does not prevent a local user of the blocklisted organisation from logging in and editing or viewing data.
Paste a list of all the organisation UUIDs that you want to add to the blocklist below (one per line).'), 'fields' => [ [ - 'field' => 'org_uuid', + 'field' => 'uuids', 'label' => __('UUIDs'), 'div' => 'input clear', 'class' => 'input-xxlarge',