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

Correct switched-around configuration descriptions for metamta.herald.show-hints and metamta.reply.show-hints

Summary: Fixes T3710. The text on these options is switched around.

Test Plan: {F54051} {F54052}

Reviewers: btrahan, nmalcolm, chad

Reviewed By: chad

CC: aran

Maniphest Tasks: T3710

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

+4 -4
+4 -4
src/applications/config/option/PhabricatorMetaMTAConfigOptions.php
··· 248 248 pht("Show Reply Handler Hints"), 249 249 pht("No Reply Handler Hints"), 250 250 )) 251 - ->setSummary(pht('Show hints about Herald rules in email.')) 252 - ->setDescription($herald_hints_description), 251 + ->setSummary(pht('Show hints about reply handler actions in email.')) 252 + ->setDescription($reply_hints_description), 253 253 $this->newOption('metamta.herald.show-hints', 'bool', true) 254 254 ->setBoolOptions( 255 255 array( 256 256 pht("Show Herald Hints"), 257 257 pht("No Herald Hints"), 258 258 )) 259 - ->setSummary(pht('Show hints about reply handler actions in email.')) 260 - ->setDescription($reply_hints_description), 259 + ->setSummary(pht('Show hints about Herald rules in email.')) 260 + ->setDescription($herald_hints_description), 261 261 $this->newOption('metamta.recipients.show-hints', 'bool', true) 262 262 ->setBoolOptions( 263 263 array(