mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-29 18:22:41 +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:
parent
57469db22e
commit
297c0bbfcf
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ final class PhabricatorMainMenuView extends AphrontView {
|
||||||
|
|
||||||
$wordmark_text = PhabricatorCustomLogoConfigType::getLogoWordmark();
|
$wordmark_text = PhabricatorCustomLogoConfigType::getLogoWordmark();
|
||||||
if (!strlen($wordmark_text)) {
|
if (!strlen($wordmark_text)) {
|
||||||
$wordmark_text = pht('Phabricator');
|
$wordmark_text = PlatformSymbols::getPlatformServerName();
|
||||||
}
|
}
|
||||||
|
|
||||||
$wordmark_node = phutil_tag(
|
$wordmark_node = phutil_tag(
|
||||||
|
|
Loading…
Reference in a new issue