mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-22 05:20:56 +01:00
Fixed typo (via GitHub)
This commit is contained in:
parent
c37d90e086
commit
211ce573a0
1 changed files with 1 additions and 1 deletions
|
@ -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('<p>Your changes were saved.</p>');
|
||||
$content[] = $notice;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue