mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-03 19:31:02 +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',
|
'metamta.files.subject-prefix',
|
||||||
'string',
|
'string',
|
||||||
'[File]')
|
'[File]')
|
||||||
->setDescription(pht('Subject prefix for paste email.')),
|
->setDescription(pht('Subject prefix for Files email.')),
|
||||||
$this->newOption('files.enable-imagemagick', 'bool', false)
|
$this->newOption('files.enable-imagemagick', 'bool', false)
|
||||||
->setBoolOptions(
|
->setBoolOptions(
|
||||||
array(
|
array(
|
||||||
|
|
|
@ -25,7 +25,7 @@ final class PhabricatorPasteConfigOptions
|
||||||
'metamta.paste.subject-prefix',
|
'metamta.paste.subject-prefix',
|
||||||
'string',
|
'string',
|
||||||
'[Paste]')
|
'[Paste]')
|
||||||
->setDescription(pht('Subject prefix for paste email.'))
|
->setDescription(pht('Subject prefix for Paste email.'))
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue