diff --git a/htdocs/public/ticket/list.php b/htdocs/public/ticket/list.php index 40e6e55cb33..60f52838bf6 100644 --- a/htdocs/public/ticket/list.php +++ b/htdocs/public/ticket/list.php @@ -18,7 +18,7 @@ /** * \file htdocs/public/ticket/list.php * \ingroup ticket - * \brief Public file to add and manage ticket + * \brief Public file to list tickets */ if (!defined('NOCSRFCHECK')) { diff --git a/htdocs/public/ticket/view.php b/htdocs/public/ticket/view.php index ee8865170af..800141244f0 100644 --- a/htdocs/public/ticket/view.php +++ b/htdocs/public/ticket/view.php @@ -19,7 +19,7 @@ /** * \file htdocs/public/ticket/view.php * \ingroup ticket - * \brief Public file to add and manage ticket + * \brief Public file to show one ticket */ if (!defined('NOCSRFCHECK')) {