Skip to content

Commit

Permalink
FIX: Page Title Syntax
Browse files Browse the repository at this point in the history
 - #17
  • Loading branch information
aljawaid committed Aug 27, 2023
1 parent bb15d55 commit 245cd40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Controller/TechnicalSupportController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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', ' ⥂ '),
)));
}
}

0 comments on commit 245cd40

Please sign in to comment.