mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-22 23:02:42 +01:00
Fix typo 'retrive' to 'retrieve'.
This commit is contained in:
parent
0ad7a01b8d
commit
f0e89b7723
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ final class PhabricatorUserOAuthSettingsPanelController
|
|||
$user->setProfileImagePHID($file->getPHID());
|
||||
$user->save();
|
||||
} else {
|
||||
$error = 'Unable to retrive image.';
|
||||
$error = 'Unable to retrieve image.';
|
||||
}
|
||||
} catch (Exception $e) {
|
||||
$error = 'Unable to save image.';
|
||||
|
|
Loading…
Reference in a new issue