mirror of
https://github.com/silverstripe/silverstripe-dms
synced 2024-10-22 14:05:56 +02:00
MINOR: adding spaces into labels
This commit is contained in:
parent
841afad0da
commit
408fd88d9e
@ -22,9 +22,9 @@ class DMSDocument_versions extends DataObject {
|
|||||||
);
|
);
|
||||||
|
|
||||||
static $display_fields = array(
|
static $display_fields = array(
|
||||||
'VersionCounter' => 'VersionCounter',
|
'VersionCounter' => 'Version Counter',
|
||||||
'FilenameWithoutID' => 'Filename',
|
'FilenameWithoutID' => 'Filename',
|
||||||
'LastChanged' => 'LastChanged'
|
'LastChanged' => 'Last Changed'
|
||||||
);
|
);
|
||||||
|
|
||||||
static $summary_fields = array(
|
static $summary_fields = array(
|
||||||
|
Loading…
Reference in New Issue
Block a user