mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
FIX remove old syntax from meta tag label
This commit is contained in:
parent
a8e8ed71c5
commit
73460f9ee0
@ -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');
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user