From 9fb22e54a7f612f3e05390c65e0971c5f7e7325c Mon Sep 17 00:00:00 2001
From: Lauri Eskola <lauri.eskola@acquia.com>
Date: Fri, 6 Nov 2020 15:40:58 +0200
Subject: [PATCH] Issue #3176906 by markdorison, sarvjeetsingh, paulocs:
 Correct twig documentation in various Olivero templates

---
 core/themes/olivero/templates/field/field--comment.html.twig    | 2 +-
 core/themes/olivero/templates/form--search-block-form.html.twig | 2 +-
 .../olivero/templates/form/field-multiple-value-form.html.twig  | 2 +-
 core/themes/olivero/templates/menu-local-action.html.twig       | 2 +-
 core/themes/olivero/templates/navigation/toolbar.html.twig      | 2 +-
 core/themes/olivero/templates/user/user--compact.html.twig      | 2 +-
 core/themes/olivero/templates/user/username.html.twig           | 2 +-
 .../olivero/templates/views/views-view--frontpage.html.twig     | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/core/themes/olivero/templates/field/field--comment.html.twig b/core/themes/olivero/templates/field/field--comment.html.twig
index 548be76260e4..648f77cf4dad 100644
--- a/core/themes/olivero/templates/field/field--comment.html.twig
+++ b/core/themes/olivero/templates/field/field--comment.html.twig
@@ -1,7 +1,7 @@
 {#
 /**
  * @file
- * Default theme override for comment fields.
+ * Theme override for comment fields.
  *
  * Available variables:
  * - attributes: HTML attributes for the containing element.
diff --git a/core/themes/olivero/templates/form--search-block-form.html.twig b/core/themes/olivero/templates/form--search-block-form.html.twig
index 68847fc0c8fc..5e1924e91281 100644
--- a/core/themes/olivero/templates/form--search-block-form.html.twig
+++ b/core/themes/olivero/templates/form--search-block-form.html.twig
@@ -1,7 +1,7 @@
 {#
 /**
  * @file
- * Default theme implementation for a 'form' element.
+ * Theme override for a 'form' element.
  *
  * Available variables:
  * - attributes: A list of HTML attributes for the wrapper element.
diff --git a/core/themes/olivero/templates/form/field-multiple-value-form.html.twig b/core/themes/olivero/templates/form/field-multiple-value-form.html.twig
index e9adeefb0fdd..6e6b5f1d8341 100644
--- a/core/themes/olivero/templates/form/field-multiple-value-form.html.twig
+++ b/core/themes/olivero/templates/form/field-multiple-value-form.html.twig
@@ -1,7 +1,7 @@
 {#
 /**
  * @file
- * Default theme implementation for an individual form element.
+ * Theme override for an individual form element.
  *
  * Available variables for all fields:
  * - multiple: Whether there are multiple instances of the field.
diff --git a/core/themes/olivero/templates/menu-local-action.html.twig b/core/themes/olivero/templates/menu-local-action.html.twig
index 4d5b221e8bab..f78e6f538f9c 100644
--- a/core/themes/olivero/templates/menu-local-action.html.twig
+++ b/core/themes/olivero/templates/menu-local-action.html.twig
@@ -1,7 +1,7 @@
 {#
 /**
  * @file
- * Default theme implementation for a single local action link.
+ * Theme override for a single local action link.
  *
  * Available variables:
  * - attributes: HTML attributes for the wrapper element.
diff --git a/core/themes/olivero/templates/navigation/toolbar.html.twig b/core/themes/olivero/templates/navigation/toolbar.html.twig
index ed42ddcb4e5f..98834789bfb8 100644
--- a/core/themes/olivero/templates/navigation/toolbar.html.twig
+++ b/core/themes/olivero/templates/navigation/toolbar.html.twig
@@ -1,7 +1,7 @@
 {#
 /**
  * @file
- * Default theme implementation for the administrative toolbar.
+ * Theme override for the administrative toolbar.
  *
  * @todo Remove this template when https://www.drupal.org/project/drupal/issues/3174422
  * is committed.
diff --git a/core/themes/olivero/templates/user/user--compact.html.twig b/core/themes/olivero/templates/user/user--compact.html.twig
index 4d06130eef34..9128d0dd5179 100644
--- a/core/themes/olivero/templates/user/user--compact.html.twig
+++ b/core/themes/olivero/templates/user/user--compact.html.twig
@@ -1,7 +1,7 @@
 {#
 /**
  * @file
- * Default theme implementation to present all user data.
+ * Theme override to present all user data.
  *
  * This template is used when viewing a registered user's page,
  * e.g., example.com/user/123. 123 being the user's ID.
diff --git a/core/themes/olivero/templates/user/username.html.twig b/core/themes/olivero/templates/user/username.html.twig
index 10c7a6b0694e..28eef2ccd761 100644
--- a/core/themes/olivero/templates/user/username.html.twig
+++ b/core/themes/olivero/templates/user/username.html.twig
@@ -1,7 +1,7 @@
 {#
 /**
  * @file
- * Default theme implementation for displaying a username.
+ * Theme override for displaying a username.
  *
  * Available variables:
  * - account: The full account information for the user.
diff --git a/core/themes/olivero/templates/views/views-view--frontpage.html.twig b/core/themes/olivero/templates/views/views-view--frontpage.html.twig
index fc6d497fcdac..6a28b3a7b834 100644
--- a/core/themes/olivero/templates/views/views-view--frontpage.html.twig
+++ b/core/themes/olivero/templates/views/views-view--frontpage.html.twig
@@ -1,7 +1,7 @@
 {#
 /**
  * @file
- * Default theme implementation for main view template.
+ * Theme override for the frontpage view template.
  *
  * Available variables:
  * - attributes: Remaining HTML attributes for the element.
-- 
GitLab