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

Fixed typo (via GitHub)

This commit is contained in:
Marshall Roch 2011-06-29 09:59:50 -07:00
parent c37d90e086
commit 211ce573a0

View file

@ -63,7 +63,7 @@ class PhabricatorPeopleEditController extends PhabricatorPeopleController {
if ($request->getStr('saved')) { if ($request->getStr('saved')) {
$notice = new AphrontErrorView(); $notice = new AphrontErrorView();
$notice->setSeverity(AphrontErrorView::SEVERITY_NOTICE); $notice->setSeverity(AphrontErrorView::SEVERITY_NOTICE);
$notice->setTitle('Changed Saved'); $notice->setTitle('Changes Saved');
$notice->appendChild('<p>Your changes were saved.</p>'); $notice->appendChild('<p>Your changes were saved.</p>');
$content[] = $notice; $content[] = $notice;
} }