1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02:00

Add missing hsprintf() after merge

Summary: rP4bd2ad

Test Plan: None.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D4939
This commit is contained in:
vrana 2013-02-13 13:26:30 -08:00
parent 4bd2ad9270
commit b08cdf4599

View file

@ -168,10 +168,12 @@ final class PhabricatorProjectProfileEditController
->setLabel(pht('Blurb')) ->setLabel(pht('Blurb'))
->setName('blurb') ->setName('blurb')
->setValue($profile->getBlurb())) ->setValue($profile->getBlurb()))
->appendChild('<p class="aphront-form-instructions">'. ->appendChild(hsprintf(
pht('NOTE: Policy settings are not yet fully implemented. '. '<p class="aphront-form-instructions">%s</p>',
'Some interfaces still ignore these settings, '. pht(
'particularly "Visible To".').'</p>') 'NOTE: Policy settings are not yet fully implemented. '.
'Some interfaces still ignore these settings, '.
'particularly "Visible To".')))
->appendChild( ->appendChild(
id(new AphrontFormPolicyControl()) id(new AphrontFormPolicyControl())
->setUser($user) ->setUser($user)