Skip to content

Commit

Permalink
Update ACP module language redundancy
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Friedman <[email protected]>
  • Loading branch information
iMattPro committed Jul 5, 2024
1 parent 4257416 commit 219f63a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acp/viglink_module.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function main($id, $mode)
$language->add_lang('viglink_module_acp', 'phpbb/viglink');

$this->tpl_name = 'acp_viglink';
$this->page_title = $language->lang('ACP_VIGLINK_SETTINGS');
$this->page_title = 'ACP_VIGLINK_SETTINGS';

$submit = $request->is_set_post('submit');

Expand Down

0 comments on commit 219f63a

Please sign in to comment.