mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
fix Vary Subjects option names
Summary: The option names for `Vary Subjects` are copypasta from the `Add "Re:" Prefix` option. Fix their names to refer to `Vary Subjects` instead. Fixes T11148 Test Plan: Verify option names for `Vary Subjects` refer to `Add "Re:" Prefix` before apply. Verify they no longer do after apply. Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: Korvin Maniphest Tasks: T11148 Differential Revision: https://secure.phabricator.com/D16113
This commit is contained in:
parent
33ec855449
commit
fc1c633bae
1 changed files with 2 additions and 2 deletions
|
@ -48,8 +48,8 @@ final class PhabricatorEmailVarySubjectsSetting
|
||||||
|
|
||||||
protected function getSelectOptions() {
|
protected function getSelectOptions() {
|
||||||
return array(
|
return array(
|
||||||
self::VALUE_VARY_SUBJECTS => pht('Enable "Re:" Prefix'),
|
self::VALUE_VARY_SUBJECTS => pht('Enable Vary Subjects'),
|
||||||
self::VALUE_STATIC_SUBJECTS => pht('Disable "Re:" Prefix'),
|
self::VALUE_STATIC_SUBJECTS => pht('Disable Vary Subjects'),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue