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:
parent
211ce573a0
commit
491ded2100
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue