mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 15:05:42 +00:00
MINOR: changed literal field title name on the advice of our users
This commit is contained in:
parent
9887201bf5
commit
22dddb5bf7
@ -13,8 +13,8 @@ class EditableLiteralField extends EditableFormField {
|
||||
'Content' => 'Text'
|
||||
);
|
||||
|
||||
static $singular_name = 'Literal Field';
|
||||
static $plural_name = 'Literal Fields';
|
||||
static $singular_name = 'HTML Block';
|
||||
static $plural_name = 'HTML Blocks';
|
||||
|
||||
function __construct( $record = null, $isSingleton = false ) {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user