Update title and description of IFrameTitle field

This commit is contained in:
Robbie Averill 2019-05-17 14:35:01 +12:00
parent 9082db159c
commit 097edbc9c2
1 changed files with 2 additions and 2 deletions

View File

@ -50,8 +50,8 @@ class IFramePage extends Page
$fields->removeFieldFromTab('Root.Main', 'Content');
$fields->addFieldsToTab('Root.Main', [
$url = TextField::create('IFrameURL', 'Iframe URL'),
TextField::create('IFrameTitle', 'Iframe Title')
->setDescription(_t(__CLASS__ . '.TITLE_DESCRIPTION', 'Used to identify the contents of the Iframe')),
TextField::create('IFrameTitle', 'Description of contents (title)')
->setDescription(_t(__CLASS__ . '.TITLE_DESCRIPTION', 'Used by screen readers')),
]);
$url->setRightTitle(
DBField::create_field(