FIX remove old syntax from meta tag label

This commit is contained in:
brynwhyman 2020-10-13 09:38:03 +13:00
parent a8e8ed71c5
commit 73460f9ee0
2 changed files with 2 additions and 2 deletions

View File

@ -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 <meta name=\"customName\" content=\"your custom content here\" />"
"HTML tags for additional meta information. For example <meta name=\"customName\" content=\"your custom content here\">"
)
)
->addExtraClass('help');

View File

@ -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 <meta name="customName" content="your custom content here" />'
METAEXTRAHELP: 'HTML tags for additional meta information. For example <meta name="customName" content="your custom content here">'
MODIFIEDONDRAFTHELP: 'Page has unpublished changes'
MODIFIEDONDRAFTSHORT: Modified
MetadataToggle: Metadata