diff --git a/core/modules/config/lib/Drupal/config/Form/ConfigSingleImportForm.php b/core/modules/config/lib/Drupal/config/Form/ConfigSingleImportForm.php
index edddce32e77..91a8e286fc4 100644
--- a/core/modules/config/lib/Drupal/config/Form/ConfigSingleImportForm.php
+++ b/core/modules/config/lib/Drupal/config/Form/ConfigSingleImportForm.php
@@ -139,6 +139,7 @@ class ConfigSingleImportForm extends ConfirmFormBase {
);
$form['config_name'] = array(
'#title' => $this->t('Configuration name'),
+ '#description' => $this->t('Enter the name of the configuration file without the .yml extension. (e.g. system.site)'),
'#type' => 'textfield',
'#states' => array(
'required' => array(