diff --git a/src/applications/project/controller/PhabricatorProjectProfileEditController.php b/src/applications/project/controller/PhabricatorProjectProfileEditController.php index ac1144eb3a..9c5901e2b1 100644 --- a/src/applications/project/controller/PhabricatorProjectProfileEditController.php +++ b/src/applications/project/controller/PhabricatorProjectProfileEditController.php @@ -168,10 +168,12 @@ final class PhabricatorProjectProfileEditController ->setLabel(pht('Blurb')) ->setName('blurb') ->setValue($profile->getBlurb())) - ->appendChild('
'. - pht('NOTE: Policy settings are not yet fully implemented. '. - 'Some interfaces still ignore these settings, '. - 'particularly "Visible To".').'
') + ->appendChild(hsprintf( + '%s
', + pht( + 'NOTE: Policy settings are not yet fully implemented. '. + 'Some interfaces still ignore these settings, '. + 'particularly "Visible To".'))) ->appendChild( id(new AphrontFormPolicyControl()) ->setUser($user)