diff --git a/src/applications/maniphest/config/PhabricatorManiphestConfigOptions.php b/src/applications/maniphest/config/PhabricatorManiphestConfigOptions.php index aaaa4e79ff..6b03cae03c 100644 --- a/src/applications/maniphest/config/PhabricatorManiphestConfigOptions.php +++ b/src/applications/maniphest/config/PhabricatorManiphestConfigOptions.php @@ -218,9 +218,9 @@ EOTEXT ->setSummary(pht("Custom Maniphest fields.")) ->setDescription( pht( - "Array of custom fields for Maniphest tasks. For details on ". - "adding custom fields to Maniphest, see 'Maniphest User Guide: ". - "Adding Custom Fields'.")) + 'Array of custom fields for Maniphest tasks. For details on '. + 'adding custom fields to Maniphest, see "Configuring Custom '. + 'Fields" in the documentation.')) ->addExample( '{"mycompany:estimated-hours": {"name": "Estimated Hours", '. '"type": "int", "caption": "Estimated number of hours this will '.