diff --git a/core/modules/config/config.module b/core/modules/config/config.module index 925be4e..3be5c49 100644 --- a/core/modules/config/config.module +++ b/core/modules/config/config.module @@ -27,7 +27,7 @@ function config_help($route_name, RouteMatchInterface $route_match) { case 'config.import_full': $output = ''; - $output .= '

' . t('After uploading a configuration archive here, you will be able to examine the changes and import them.') . '

'; + $output .= '

' . t('After uploading a configuration archive, you will be able to examine the changes and import them.') . '

'; return $output; } }