From ee73d14d8efff538bf06bdb3808ee6226e536817 Mon Sep 17 00:00:00 2001 From: Dave Long <dave@longwaveconsulting.com> Date: Tue, 16 Apr 2024 16:44:30 +0100 Subject: [PATCH] Issue #3295078 by quietone, dww, AaronMcHale, Anybody, benjifisher, andregp, shaal, rkoller, xjm, worldlinemine, simohell: Fix the label and description of the new "view update notifications" permission --- core/modules/update/update.permissions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/modules/update/update.permissions.yml b/core/modules/update/update.permissions.yml index 1fa50f8be178..f664af5b7b01 100644 --- a/core/modules/update/update.permissions.yml +++ b/core/modules/update/update.permissions.yml @@ -1,3 +1,3 @@ view update notifications: - title: 'View update notifications' - description: 'These messages are displayed on most administrative pages when updates become available.' + title: 'View software update notifications' + description: 'Ensure that site administrators have this permission so that security updates are applied promptly.' -- GitLab