@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 labels for subject prefix config options

Test Plan: Crossed fingers.

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: epriestley, Korvin

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

authored by

Ben Alpert and committed by
epriestley
4c822933 0a62f134

+2 -2
+1 -1
src/applications/files/config/PhabricatorFilesConfigOptions.php
··· 183 183 'metamta.files.subject-prefix', 184 184 'string', 185 185 '[File]') 186 - ->setDescription(pht('Subject prefix for paste email.')), 186 + ->setDescription(pht('Subject prefix for Files email.')), 187 187 $this->newOption('files.enable-imagemagick', 'bool', false) 188 188 ->setBoolOptions( 189 189 array(
+1 -1
src/applications/paste/config/PhabricatorPasteConfigOptions.php
··· 25 25 'metamta.paste.subject-prefix', 26 26 'string', 27 27 '[Paste]') 28 - ->setDescription(pht('Subject prefix for paste email.')) 28 + ->setDescription(pht('Subject prefix for Paste email.')) 29 29 ); 30 30 } 31 31