$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');
$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');
$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)) {