1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 08:52:39 +01:00

Fixed more typos (via GitHub)

This commit is contained in:
Marshall Roch 2011-06-29 10:01:06 -07:00
parent 211ce573a0
commit 491ded2100

View file

@ -297,7 +297,7 @@ class PhabricatorUserSettingsController extends PhabricatorPeopleController {
if ($request->getStr('saved')) {
$notice = new AphrontErrorView();
$notice->setSeverity(AphrontErrorView::SEVERITY_NOTICE);
$notice->setTitle('Changed Saved');
$notice->setTitle('Changes Saved');
$notice->appendChild('<p>Your changes have been saved.</p>');
$notice = $notice->render();
}
@ -381,7 +381,7 @@ class PhabricatorUserSettingsController extends PhabricatorPeopleController {
if ($request->getStr('saved')) {
$notice = new AphrontErrorView();
$notice->setSeverity(AphrontErrorView::SEVERITY_NOTICE);
$notice->setTitle('Changed Saved');
$notice->setTitle('Changes Saved');
$notice->appendChild('<p>Your changes have been saved.</p>');
$notice = $notice->render();
}