@ -36,8 +36,11 @@ class ManageMediaController extends ManageMembersController {
return [
'#type' => 'markup',
'#markup' => $this->t("These available media types below have <em>@field</em> and it is configured to allow this content type.",
['@field' => $field]),
'#markup' => $this->t("The following media types can be added because they have the <code>@field</code> field. <ahref=@manage_media_page>Manage media types</a>.",
@ -100,8 +100,11 @@ class ManageMembersController extends EntityController {
return [
'#type' => 'markup',
'#markup' => $this->t("These available content types below have <em>@field</em> and it is configured to allow this content type.",
['@field' => $field]),
'#markup' => $this->t("The following content types can be added because they have the <code>@field</code> field. <ahref=@manage_content_types>Manage content types</a>.",