mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
fix naming of gridfield so it works with translatable.
This commit is contained in:
parent
fcba06c166
commit
75858dab7a
@ -107,7 +107,7 @@ class UserDefinedForm extends Page {
|
||||
|
||||
// view the submissions
|
||||
$submissions = new GridField(
|
||||
"Reports",
|
||||
"Submissions",
|
||||
_t('UserDefinedForm.SUBMISSIONS', 'Submissions'),
|
||||
$this->Submissions()->sort('Created', 'DESC')
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user