Skip to content

Commit

Permalink
MDL-81525 core: Update column name for replaced hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Apr 15, 2024
1 parent b8d4d3f commit 40e9fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/en/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@
$string['hookcallbacknotcallable'] = 'This callback is not callable. This could be because the class or method does not exist, or because the method is not public.';
$string['hookconfigoverride'] = 'Overridden';
$string['hookconfigoverride_help'] = 'The definition of this callback has been overridden in the site configuration file, config.php';
$string['hookdeprecates'] = 'Deprecated lib.php callbacks';
$string['hookdeprecates'] = 'Deprecated callbacks';
$string['hookdescription'] = 'Description';
$string['hookdescriptionmissing'] = 'Hook does not have a description method';
$string['hookclassmissing'] = 'Hook class not found';
Expand Down

0 comments on commit 40e9fa2

Please sign in to comment.