diff options
Diffstat (limited to 'app/Template/task/recurring_info.php')
-rw-r--r-- | app/Template/task/recurring_info.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Template/task/recurring_info.php b/app/Template/task/recurring_info.php index 1009a970..2a283337 100644 --- a/app/Template/task/recurring_info.php +++ b/app/Template/task/recurring_info.php @@ -1,7 +1,7 @@ <ul> - <?php if ($task['recurrence_status'] == \Model\Task::RECURE_STATUS_PENDING): ?> + <?php if ($task['recurrence_status'] == \Model\Task::RECURRING_STATUS_PENDING): ?> <li><?= t('Recurrent task is scheduled to be generated') ?></li> - <?php elseif ($task['recurrence_status'] == \Model\Task::RECURE_STATUS_PROCESSED): ?> + <?php elseif ($task['recurrence_status'] == \Model\Task::RECURRING_STATUS_PROCESSED): ?> <li><?= t('Recurrent task has been generated') ?> <ul> <li> |