mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
Rename 'Radio field' to 'Radio Group'
This commit is contained in:
parent
9c98f8d345
commit
5b8a9e7b04
@ -9,9 +9,9 @@
|
||||
|
||||
class EditableRadioField extends EditableMultipleOptionField {
|
||||
|
||||
private static $singular_name = 'Radio field';
|
||||
private static $singular_name = 'Radio Group';
|
||||
|
||||
private static $plural_name = 'Radio fields';
|
||||
private static $plural_name = 'Radio Groups';
|
||||
|
||||
/**
|
||||
* @return FieldList
|
||||
|
@ -100,8 +100,8 @@ en:
|
||||
PLURALNAME: 'Editable Options'
|
||||
SINGULARNAME: 'Editable Option'
|
||||
EditableRadioField:
|
||||
PLURALNAME: 'Radio fields'
|
||||
SINGULARNAME: 'Radio field'
|
||||
PLURALNAME: 'Radio Groups'
|
||||
SINGULARNAME: 'Radio Group'
|
||||
EditableTextField:
|
||||
NUMBERROWS: 'Number of rows'
|
||||
PLURALNAME: 'Text Fields'
|
||||
|
Loading…
Reference in New Issue
Block a user