From 22b08be669260979ec6a45676b16be79c89719eb Mon Sep 17 00:00:00 2001
From: xjm <xjm@65776.no-reply.drupal.org>
Date: Mon, 4 May 2020 19:22:17 -0500
Subject: [PATCH] Issue #3126617 by hansfn: Invalid HTML for Field UI in Help
 Topics module

---
 .../help_topics/help_topics/field_ui.add_field.html.twig        | 2 +-
 .../help_topics/help_topics/field_ui.reference_field.html.twig  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/modules/help_topics/help_topics/field_ui.add_field.html.twig b/core/modules/help_topics/help_topics/field_ui.add_field.html.twig
index 1b18fdee8092..daf93634a277 100644
--- a/core/modules/help_topics/help_topics/field_ui.add_field.html.twig
+++ b/core/modules/help_topics/help_topics/field_ui.add_field.html.twig
@@ -19,5 +19,5 @@ related:
   <li>{% trans %}Click <em>Save and continue</em>.{% endtrans %}</li>
   <li>{% trans %}On the next screen, enter a value for <em>Allowed number of values</em>. You can limit the field to one value per entity item, a set number of values, or set it to have unlimited values. Click <em>Save field settings</em>.{% endtrans %}</li>
   <li>{% trans %}On the next screen, optionally edit the settings for the field, which vary depending on what field type you are creating. For all fields, you can edit the <em>Label</em>, <em>Help text</em> (text to be displayed below the field on the content editing page), and <em>Required field</em> (to make it so a value must be entered in order to save the content when editing). You can also configure a default value for the field.{% endtrans %}</li>
-  <li>{% trans %}Click <em>Save settings</em>. You should be returned to the <me>Manage fields</em> page, with your new field in the list.{% endtrans %}</li>
+  <li>{% trans %}Click <em>Save settings</em>. You should be returned to the <em>Manage fields</em> page, with your new field in the list.{% endtrans %}</li>
 </ol>
diff --git a/core/modules/help_topics/help_topics/field_ui.reference_field.html.twig b/core/modules/help_topics/help_topics/field_ui.reference_field.html.twig
index 0e46ee36be8f..c2dd8ddfdde7 100644
--- a/core/modules/help_topics/help_topics/field_ui.reference_field.html.twig
+++ b/core/modules/help_topics/help_topics/field_ui.reference_field.html.twig
@@ -21,5 +21,5 @@ related:
   <li>{% trans %}On the next screen, verify that the type of entity you want to reference is shown in <em>Type of item to reference</em>, or select it if not. Enter a value for <em>Allowed number of values</em>. You can limit the field to one value per entity item, a set number of values, or set it to have unlimited values. Click <em>Save field settings</em>.{% endtrans %}</li>
   <li>{% trans %}On the next screen, optionally edit the settings for <em>Label</em>, <em>Help text</em> (text to be displayed below the field on the content editing page), and <em>Required field</em> (to make it so a value must be entered in order to save the content when editing).{% endtrans %}</li>
   <li>{% trans %}In the <em>Reference type</em> section, you will usually want to limit the entity sub-types that can be referenced; for example, if you are creating a <em>Content</em> reference, you can check one or two <em>Content type</em> choices. The choices will be easier for content editors to scan if you also choose a sort value (normally the entity title or label field).{% endtrans %}</li>
-  <li>{% trans %}Click <em>Save settings</em>. You should be returned to the <me>Manage fields</em> page, with your new field in the list.{% endtrans %}</li>
+  <li>{% trans %}Click <em>Save settings</em>. You should be returned to the <em>Manage fields</em> page, with your new field in the list.{% endtrans %}</li>
 </ol>
-- 
GitLab