Skip to content

Commit

Permalink
API Update code to reflect changes in silverstripe/cms
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Nov 10, 2024
1 parent f3bd5c0 commit 028c374
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lang/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ en:
SilverStripe\Registry\RegistryAdmin:
MENUTITLE: Registry
SilverStripe\Registry\RegistryPage:
CLASS_DESCRIPTION: 'Shows large series of data in a filterable, searchable, and paginated list'
DESCRIPTION: 'Shows large series of data in a filterable, searchable, and paginated list'
DataClassFieldLabel: 'Data Class'
ExportAll: 'Export results to CSV'
Expand Down
2 changes: 1 addition & 1 deletion src/RegistryPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

class RegistryPage extends Page
{
private static $description = 'Shows large series of data in a filterable, searchable, and paginated list';
private static $class_description = 'Shows large series of data in a filterable, searchable, and paginated list';

private static $table_name = 'RegistryPage';

Expand Down

0 comments on commit 028c374

Please sign in to comment.