diff --git a/core/modules/system/src/Form/ModulesListForm.php b/core/modules/system/src/Form/ModulesListForm.php
index e0d940de5d..bc4681404e 100644
--- a/core/modules/system/src/Form/ModulesListForm.php
+++ b/core/modules/system/src/Form/ModulesListForm.php
@@ -323,6 +323,7 @@ protected function buildRow(array $modules, Extension $module, $distribution) {
     ];
 
     if ($module->status) {
+      $row['enable']['#attributes']['aria-label'] = t('Uninstall this module on the Uninstall page.');
       $row['enable']['#attributes']['title'] = t('Uninstall this module on the Uninstall page.');
     }
 
