diff --git a/Controller/TechnicalSupportController.php b/Controller/TechnicalSupportController.php index ed9ef51..704a1ad 100644 --- a/Controller/TechnicalSupportController.php +++ b/Controller/TechnicalSupportController.php @@ -22,7 +22,7 @@ public function show() 'db_size' => $this->configModel->getDatabaseSize(), 'db_version' => $this->db->getDriver()->getDatabaseVersion(), 'user_agent' => $this->request->getServerVariable('HTTP_USER_AGENT'), - 'title' => t('Settings') . ' ⥂ ' . t('Configuration'), + 'title' => e('Settings %s Configuration', ' ⥂ '), ))); } }