diff -u b/core/modules/views/src/Plugin/views/display/PathPluginBase.php b/core/modules/views/src/Plugin/views/display/PathPluginBase.php
--- b/core/modules/views/src/Plugin/views/display/PathPluginBase.php
+++ b/core/modules/views/src/Plugin/views/display/PathPluginBase.php
@@ -440,11 +440,7 @@
$form['path'] = [
'#type' => 'textfield',
'#title' => $this->t('Path'),
- '#description' => $this->t('This view will be displayed by visiting this path on your site.
- You may use "%" or named route parameters like "%node" in your URL to represent values that
- will be used for contextual filters: For example, "node/%node/feed" or "view_path/%". The
- named route parameters are required when used within paths used by entities
- such as "taxonomy/term/%taxonomy_term" or "user/%user/custom-view".'),
+ '#description' => $this->t('This view will be displayed by visiting this path on your site. You may use "%" or named route parameters like "%node" in your URL to represent values that will be used for contextual filters: For example, "node/%node/feed" or "view_path/%". The named route parameters are required when used within paths used by entities such as "taxonomy/term/%taxonomy_term" or "user/%user/custom-view".'),
'#default_value' => $this->getOption('path'),
'#field_prefix' => '' . Url::fromRoute('', [], ['absolute' => TRUE])->toString(),
'#field_suffix' => '',