1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-26 00:32:42 +01:00

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
This commit is contained in:
epriestley 2022-04-25 12:18:16 -07:00
parent 57469db22e
commit 297c0bbfcf

View file

@ -334,7 +334,7 @@ final class PhabricatorMainMenuView extends AphrontView {
$wordmark_text = PhabricatorCustomLogoConfigType::getLogoWordmark();
if (!strlen($wordmark_text)) {
$wordmark_text = pht('Phabricator');
$wordmark_text = PlatformSymbols::getPlatformServerName();
}
$wordmark_node = phutil_tag(