mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Fix countdown mailtag
Summary: misnamed variable crashes email settings page Test Plan: visit email settings, see page Reviewers: epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D13697
This commit is contained in:
parent
c22d6c7beb
commit
7f2d27fed3
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ final class PhabricatorCountdownTransaction
|
|||
|
||||
const MAILTAG_TITLE = 'countdown:title';
|
||||
const MAILTAG_EPOCH = 'countdown:epoch';
|
||||
const MAILTAG_DESRICPTION = 'countdown:description';
|
||||
const MAILTAG_DESCRIPTION = 'countdown:description';
|
||||
const MAILTAG_OTHER = 'countdown:other';
|
||||
|
||||
public function getApplicationName() {
|
||||
|
|
Loading…
Reference in a new issue