@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.

Fix 'Branches' typo in ActionsManagementPanel

Summary:
Fix typo 'Branches' in the panel header for the Diffusion Actions
management panel.

Test Plan: Saw 'Actions' in the panel heading

Reviewers: chad, epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: Korvin

Differential Revision: https://secure.phabricator.com/D16654

authored by

Nevogd and committed by
epriestley
c7a6cfd8 55a56c09

+1 -1
+1 -1
src/applications/diffusion/management/DiffusionRepositoryActionsManagementPanel.php
··· 78 78 $autoclose = phutil_tag('em', array(), $autoclose); 79 79 $view->addProperty(pht('Autoclose'), $autoclose); 80 80 81 - return $this->newBox(pht('Branches'), $view); 81 + return $this->newBox(pht('Actions'), $view); 82 82 } 83 83 84 84 }