We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7543115 commit 1f70007Copy full SHA for 1f70007
acp/teamsecurity_module.php
@@ -75,7 +75,7 @@ public function __construct()
75
public function main()
76
{
77
$this->tpl_name = 'acp_teamsecurity';
78
- $this->page_title = $this->language->lang('ACP_TEAM_SECURITY_SETTINGS');
+ $this->page_title = 'ACP_TEAM_SECURITY_SETTINGS';
79
80
// Only allow founders to view/manage these settings
81
if ($this->user->data['user_type'] != USER_FOUNDER)
0 commit comments