diff --git a/core/modules/node/node.module b/core/modules/node/node.module
index 91d27e8..be79689 100644
--- a/core/modules/node/node.module
+++ b/core/modules/node/node.module
@@ -832,6 +832,7 @@ function node_form_system_themes_admin_form_alter(&$form, FormStateInterface $fo
   $form['admin_theme']['use_admin_theme'] = array(
     '#type' => 'checkbox',
     '#title' => t('Use the administration theme when editing or creating content'),
+    '#description' => t('Control which roles can view the administration theme on the Permissions page.'),
     '#default_value' => \Drupal::configFactory()->getEditable('node.settings')->get('use_admin_theme'),
   );
   $form['#submit'][] = 'node_form_system_themes_admin_form_submit';
