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 1b18fdee8092b83a41ac0bbba7f0712481c3f40a..daf93634a277b795ed66a6959ac6117de2fa4e8f 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 0e46ee36be8fd750c73d804007f52a078c664a4b..c2dd8ddfdde78a5fc571ff24f2ed9cc0296e311d 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>