X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/b15c9995f718bb2b82a7d0487d6922ddb4cf2e2b..567ccc61f27703d67c2e7c81b577bc02be88b772:/Controller/DefaultController.php diff --git a/Controller/DefaultController.php b/Controller/DefaultController.php index 4c81688..9554557 100644 --- a/Controller/DefaultController.php +++ b/Controller/DefaultController.php @@ -395,7 +395,7 @@ class DefaultController extends AbstractController { $this->context['title']['page'] = $this->translator->trans('Libre Air user list'); //Set section - $this->context['title']['section'] = $this->translator->trans('Users'); + $this->context['title']['section'] = $this->translator->trans('User'); //Set description $this->context['description'] = $this->translator->trans('Lists Libre air users'); @@ -405,7 +405,7 @@ class DefaultController extends AbstractController { $this->context['title']['page'] = $this->translator->trans('Libre Air organizer list'); //Set section - $this->context['title']['section'] = $this->translator->trans('Organizers'); + $this->context['title']['section'] = $this->translator->trans('Organizer'); //Set description $this->context['description'] = $this->translator->trans('Lists Libre air organizers'); @@ -599,7 +599,7 @@ class DefaultController extends AbstractController { $this->context['title']['page'] = $this->translator->trans('%pseudonym% organizer', ['%pseudonym%' => $this->context['user']['pseudonym']]); //Set section - $this->context['title']['section'] = $this->translator->trans('Users'); + $this->context['title']['section'] = $this->translator->trans('User'); //With locations if (!empty($locations)) {