Skip to content
Open
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Languages/en_US/Admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -757,8 +757,8 @@
$txt['hooks_field_hook_name'] = 'Hook Name';
$txt['hooks_field_function_name'] = 'Function Name';
$txt['hooks_field_function_method'] = 'Function is a method and its class is instantiated';
$txt['hooks_field_function'] = 'Function: {real_function}';
$txt['hooks_field_included_file'] = 'Included file: {included_file}';
$txt['hooks_field_function'] = 'Function: {function}';
$txt['hooks_field_included_file'] = 'Included file: {file}';
$txt['hooks_field_file_name'] = 'File Name';
$txt['hooks_field_hook_exists'] = 'Status';
$txt['hooks_active'] = 'Exists';
Expand Down
Loading