Fix: Fix spelling of sightings_anonymise_as description

pull/6580/head
Mat 2020-11-13 12:38:05 +01:00
parent 843b2ce7cf
commit c21ba85a08
1 changed files with 1 additions and 1 deletions

View File

@ -2115,7 +2115,7 @@ class Server extends AppModel
),
'Sightings_anonymise_as' => array(
'level' => 1,
'description' => __('When pushing sightings to another server, report all sightings from this instance as this orignisation. This effectively hides all sightings from this instance behind a single organisation to the outside world. Sightings pulled from this instance follow the Sightings_policy above.'),
'description' => __('When pushing sightings to another server, report all sightings from this instance as this organisation. This effectively hides all sightings from this instance behind a single organisation to the outside world. Sightings pulled from this instance follow the Sightings_policy above.'),
'value' => '0',
'errorMessage' => '',
'test' => 'testLocalOrg',