From 73460f9ee0014acf0817e737197de7df899ecf3c Mon Sep 17 00:00:00 2001 From: brynwhyman Date: Tue, 13 Oct 2020 09:38:03 +1300 Subject: [PATCH] FIX remove old syntax from meta tag label --- code/Model/SiteTree.php | 2 +- lang/en.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/Model/SiteTree.php b/code/Model/SiteTree.php index 0762421d..d1800135 100755 --- a/code/Model/SiteTree.php +++ b/code/Model/SiteTree.php @@ -2083,7 +2083,7 @@ class SiteTree extends DataObject implements PermissionProvider, i18nEntityProvi ->setRightTitle( _t( 'SilverStripe\\CMS\\Model\\SiteTree.METAEXTRAHELP', - "HTML tags for additional meta information. For example " + "HTML tags for additional meta information. For example " ) ) ->addExtraClass('help'); diff --git a/lang/en.yml b/lang/en.yml index c17dc178..d21fb9a7 100644 --- a/lang/en.yml +++ b/lang/en.yml @@ -215,7 +215,7 @@ en: METADESC: 'Meta Description' METADESCHELP: 'Search engines use this content for displaying search results (although it will not influence their ranking).' METAEXTRA: 'Custom Meta Tags' - METAEXTRAHELP: 'HTML tags for additional meta information. For example ' + METAEXTRAHELP: 'HTML tags for additional meta information. For example ' MODIFIEDONDRAFTHELP: 'Page has unpublished changes' MODIFIEDONDRAFTSHORT: Modified MetadataToggle: Metadata