Skip to content

Commit 1f70007

Browse files
committed
Remove ACP lang redundancy
Signed-off-by: Matt Friedman <[email protected]>
1 parent 7543115 commit 1f70007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acp/teamsecurity_module.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public function __construct()
7575
public function main()
7676
{
7777
$this->tpl_name = 'acp_teamsecurity';
78-
$this->page_title = $this->language->lang('ACP_TEAM_SECURITY_SETTINGS');
78+
$this->page_title = 'ACP_TEAM_SECURITY_SETTINGS';
7979

8080
// Only allow founders to view/manage these settings
8181
if ($this->user->data['user_type'] != USER_FOUNDER)

0 commit comments

Comments
 (0)