mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Unify terminology in Differential overview
Summary: You can order by Modified but the table has Updated column. Test Plan: /differential/filter/reviews/ Reviewers: epriestley Reviewed By: epriestley CC: aran, epriestley Differential Revision: https://secure.phabricator.com/D1472
This commit is contained in:
parent
76dd84e307
commit
58f4dc0369
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ final class DifferentialRevisionListView extends AphrontView {
|
|||
'Lines',
|
||||
'Author',
|
||||
'Reviewers',
|
||||
'Updated',
|
||||
'Modified',
|
||||
'Created',
|
||||
));
|
||||
$table->setColumnClasses(
|
||||
|
|
Loading…
Reference in a new issue