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

Normalize Paste edit header

Summary: I've been rolling out "Edit ObjectName: ObjectTitle" consistantly here.

Test Plan: Review Paste edit title

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+1 -1
+1 -1
src/applications/paste/editor/PhabricatorPasteEditEngine.php
··· 35 35 } 36 36 37 37 protected function getObjectEditTitleText($object) { 38 - return pht('Edit %s %s', $object->getMonogram(), $object->getTitle()); 38 + return pht('Edit Paste: %s', $object->getTitle()); 39 39 } 40 40 41 41 protected function getObjectEditShortText($object) {