From 245610fc8f8f0bd72cfeef54a8492179cc87935a Mon Sep 17 00:00:00 2001 From: Sujith Haridasan Date: Mon, 4 Apr 2022 16:36:32 +0530 Subject: [PATCH] MDL-74362 admin: Add header text to the notifications page --- admin/renderer.php | 1 + 1 file changed, 1 insertion(+) diff --git a/admin/renderer.php b/admin/renderer.php index 11fa0a16da5..943a212fcae 100644 --- a/admin/renderer.php +++ b/admin/renderer.php @@ -301,6 +301,7 @@ class core_admin_renderer extends plugin_renderer_base { $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) : '';