mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Fixed duplicate help text on Group->getCMSFields()
This commit is contained in:
parent
4c0a0f95b0
commit
2a52ce2ff8
@ -84,8 +84,7 @@ class Group extends DataObject {
|
|||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
$parentidfield->setAttribute(
|
$parentidfield->setDescription(
|
||||||
'title',
|
|
||||||
_t('Group.GroupReminder', 'If you choose a parent group, this group will take all it\'s roles')
|
_t('Group.GroupReminder', 'If you choose a parent group, this group will take all it\'s roles')
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user