@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 -1
+1 -1
src/applications/diffusion/controller/DiffusionBrowseController.php
··· 963 963 } 964 964 965 965 $header = id(new PHUIHeaderView()) 966 - ->setHeader(pht('Recently Open Revisions')); 966 + ->setHeader(pht('Recent Open Revisions')); 967 967 968 968 $list = id(new DifferentialRevisionListView()) 969 969 ->setViewer($viewer)