]> Raphaël G. Git Repositories - airbundle/commitdiff
Fix section title
authorRaphaël Gertz <git@rapsys.eu>
Thu, 29 Feb 2024 15:15:44 +0000 (16:15 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Thu, 29 Feb 2024 15:15:44 +0000 (16:15 +0100)
Controller/DefaultController.php

index 4c81688402c077df10d56d1b63c0d927aecbecaf..9554557c94355706684576dc863c56c0f15d4432 100644 (file)
@@ -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)) {