Merge pull request #6580 from Maddosaurus/fix-plugin-setting-spelling

Fix: Fix spelling of sightings_anonymise_as description
pull/6605/head
Sami Mokaddem 2020-11-17 11:04:25 +01:00 committed by GitHub
commit 32e7a3a5c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2149,7 +2149,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',