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

Fix show-hints config option copy

Summary: Fixes T7973.

Test Plan: Read copy.

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T7973

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

+1 -1
+1 -1
src/applications/config/option/PhabricatorMetaMTAConfigOptions.php
··· 81 81 $herald_hints_description = $this->deformat(pht(<<<EODOC 82 82 You can disable the Herald hints in email if users prefer smaller messages. 83 83 These are the links under the header "WHY DID I GET THIS EMAIL?". If you set 84 - this to true, they will not appear in any mail. Users can still navigate to 84 + this to `false`, they will not appear in any mail. Users can still navigate to 85 85 the links via the web interface. 86 86 EODOC 87 87 ));