Skip to content

Commit e730f55

Browse files
author
epriestley
committedMar 15, 2021
Retitle "Recently Open Revisions" panel to "Recent Open Revisions"
Summary: Ref T13639. In D17754, this: > OPEN REVISIONS > Recently updated open revisions affecting this file. ...was simplified into: > RECENTLY OPEN REVISIONS This is a bit misleading, since the panel doesn't contain "recently open" results. Use "Recent Open" instead, which is a bit more consistent with other product text. This is still slightly misleading, but probably close enough. Test Plan: Read text. Maniphest Tasks: T13639 Differential Revision: https://secure.phabricator.com/D21612
1 parent b11c6fc commit e730f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/applications/diffusion/controller/DiffusionBrowseController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -963,7 +963,7 @@ private function buildOpenRevisions() {
963963
}
964964

965965
$header = id(new PHUIHeaderView())
966-
->setHeader(pht('Recently Open Revisions'));
966+
->setHeader(pht('Recent Open Revisions'));
967967

968968
$list = id(new DifferentialRevisionListView())
969969
->setViewer($viewer)

0 commit comments

Comments
 (0)
Failed to load comments.