mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-04 11:51:02 +01:00
Show a better account name in Phortune account handles
Summary: Accounts have proper names now. Test Plan: Saw a better name on Instances view. Reviewers: chad, btrahan Reviewed By: btrahan Subscribers: epriestley Differential Revision: https://secure.phabricator.com/D11766
This commit is contained in:
parent
e5b402d13f
commit
532c440e84
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ final class PhortuneAccountPHIDType extends PhabricatorPHIDType {
|
||||||
|
|
||||||
$id = $account->getID();
|
$id = $account->getID();
|
||||||
|
|
||||||
$handle->setName(pht('Account %d', $id));
|
$handle->setName($account->getName());
|
||||||
$handle->setURI("/phortune/{$id}/");
|
$handle->setURI("/phortune/{$id}/");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue