From 211ce573a0e144a075c9b717f7d87dafcdb3980b Mon Sep 17 00:00:00 2001 From: Marshall Roch Date: Wed, 29 Jun 2011 09:59:50 -0700 Subject: [PATCH] Fixed typo (via GitHub) --- .../people/controller/edit/PhabricatorPeopleEditController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/people/controller/edit/PhabricatorPeopleEditController.php b/src/applications/people/controller/edit/PhabricatorPeopleEditController.php index a98563d129..4503c15737 100644 --- a/src/applications/people/controller/edit/PhabricatorPeopleEditController.php +++ b/src/applications/people/controller/edit/PhabricatorPeopleEditController.php @@ -63,7 +63,7 @@ class PhabricatorPeopleEditController extends PhabricatorPeopleController { if ($request->getStr('saved')) { $notice = new AphrontErrorView(); $notice->setSeverity(AphrontErrorView::SEVERITY_NOTICE); - $notice->setTitle('Changed Saved'); + $notice->setTitle('Changes Saved'); $notice->appendChild('

Your changes were saved.

'); $content[] = $notice; }