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

Remove product literal strings in "pht()", part 10

Summary: Ref T13658. This one is a little silly since I used `split` to divide the list of files up, and only ended up with one file in the last partition.

Test Plan: Viewed Phabricator.

Maniphest Tasks: T13658

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

+1 -1
+1 -1
src/view/page/menu/PhabricatorMainMenuView.php
··· 334 334 335 335 $wordmark_text = PhabricatorCustomLogoConfigType::getLogoWordmark(); 336 336 if (!strlen($wordmark_text)) { 337 - $wordmark_text = pht('Phabricator'); 337 + $wordmark_text = PlatformSymbols::getPlatformServerName(); 338 338 } 339 339 340 340 $wordmark_node = phutil_tag(