mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 15:05:42 +00:00
MINOR: use title case for EditableTextField. Fixes http://open.silverstripe.org/ticket/5799
This commit is contained in:
parent
51dfce8680
commit
7148d3e91f
@ -9,9 +9,9 @@
|
||||
|
||||
class EditableTextField extends EditableFormField {
|
||||
|
||||
static $singular_name = 'Text field';
|
||||
static $singular_name = 'Text Field';
|
||||
|
||||
static $plural_name = 'Text fields';
|
||||
static $plural_name = 'Text Fields';
|
||||
|
||||
function getFieldConfiguration() {
|
||||
$fields = parent::getFieldConfiguration();
|
||||
|
Loading…
x
Reference in New Issue
Block a user