mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
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
This commit is contained in:
parent
0a62f13464
commit
4c82293385
2 changed files with 2 additions and 2 deletions
|
@ -183,7 +183,7 @@ final class PhabricatorFilesConfigOptions
|
|||
'metamta.files.subject-prefix',
|
||||
'string',
|
||||
'[File]')
|
||||
->setDescription(pht('Subject prefix for paste email.')),
|
||||
->setDescription(pht('Subject prefix for Files email.')),
|
||||
$this->newOption('files.enable-imagemagick', 'bool', false)
|
||||
->setBoolOptions(
|
||||
array(
|
||||
|
|
|
@ -25,7 +25,7 @@ final class PhabricatorPasteConfigOptions
|
|||
'metamta.paste.subject-prefix',
|
||||
'string',
|
||||
'[Paste]')
|
||||
->setDescription(pht('Subject prefix for paste email.'))
|
||||
->setDescription(pht('Subject prefix for Paste email.'))
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue