1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-19 12:00:55 +01:00

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
This commit is contained in:
Chad Little 2015-04-28 09:34:48 -07:00
parent ced20d48ea
commit e427cb16f6

View file

@ -81,7 +81,7 @@ EODOC
$herald_hints_description = $this->deformat(pht(<<<EODOC $herald_hints_description = $this->deformat(pht(<<<EODOC
You can disable the Herald hints in email if users prefer smaller messages. You can disable the Herald hints in email if users prefer smaller messages.
These are the links under the header "WHY DID I GET THIS EMAIL?". If you set These are the links under the header "WHY DID I GET THIS EMAIL?". If you set
this to true, they will not appear in any mail. Users can still navigate to this to `false`, they will not appear in any mail. Users can still navigate to
the links via the web interface. the links via the web interface.
EODOC EODOC
)); ));