Skip to content

Commit

Permalink
MDL-74362 admin: Add header text to the notifications page
Browse files Browse the repository at this point in the history
  • Loading branch information
sharidas committed Apr 5, 2022
1 parent b5f5188 commit 245610f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions admin/renderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ public function admin_notifications_page($maturity, $insecuredataroot, $errorsdi
$output = '';

$output .= $this->header();
$output .= $this->output->heading(get_string('notifications', 'admin'));
$output .= $this->maturity_info($maturity);
$output .= $this->legacy_log_store_writing_error();
$output .= empty($CFG->disableupdatenotifications) ? $this->available_updates($availableupdates, $availableupdatesfetch) : '';
Expand Down

0 comments on commit 245610f

Please sign in to comment.