mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Fix a typo.
Test Plan: (None) Reviewers: epriestley Reviewed By: epriestley CC: aran, Koolvin Differential Revision: https://secure.phabricator.com/D2627
This commit is contained in:
parent
1ebf9186b4
commit
06b2eb55f0
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ final class PhabricatorUserEmailPreferenceSettingsPanelController
|
|||
->setLabel('Vary Subjects')
|
||||
->setName($pref_vary)
|
||||
->setCaption(
|
||||
'This option adds more information email subjects, but may '.
|
||||
'This option adds more information to email subjects, but may '.
|
||||
'break threading in some clients.')
|
||||
->setOptions(
|
||||
array(
|
||||
|
|
Loading…
Reference in a new issue