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

Quick Start Guide: Replace "this software" with application name

Summary:
Be less mysterious and more consistent with the Install Guide.

Closes T16342

Test Plan:
* Install http://phorge.localhost/applications/view/PhabricatorGuideApplication/
* Go to https://we.phorge.it/guides/quickstart/ and read the text

Reviewers: O1 Blessed Committers, valerio.bozzolan

Reviewed By: O1 Blessed Committers, valerio.bozzolan

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Maniphest Tasks: T16342

Differential Revision: https://we.phorge.it/D26500

+4 -3
+4 -3
src/applications/guides/module/PhabricatorGuideQuickStartModule.php
··· 172 172 } 173 173 174 174 $intro = pht( 175 - 'If you\'re new to this software, these optional steps can help you '. 176 - 'learn the basics. Feel free to set things up for how you work best '. 177 - 'and explore these features at your own pace.'); 175 + 'If you\'re new to %s, these optional steps can help you learn the '. 176 + 'basics. Feel free to set things up for how you work best and explore '. 177 + 'these features at your own pace.', 178 + PlatformSymbols::getPlatformServerName()); 178 179 179 180 $intro = new PHUIRemarkupView($viewer, $intro); 180 181 $intro = id(new PHUIDocumentView())