Skip to content
This repository has been archived by the owner on Jan 10, 2021. It is now read-only.

Commit

Permalink
Minor update for consistency.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Glasl committed Nov 25, 2014
1 parent b92d790 commit c63bfce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/extensions/SiteConfigMediaPermissionExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ class SiteConfigMediaPermissionExtension extends DataExtension {
public function updateCMSFields(FieldList $fields) {

$permissions = array(
'ADMIN' => 'Administrators and Developers',
'SITETREE_EDIT_ALL' => 'Content Authors'
'ADMIN' => 'Administrators and developers',
'SITETREE_EDIT_ALL' => 'Content authors'
);
Requirements::css(MEDIAWESOME_PATH . '/css/mediawesome.css');

Expand Down

0 comments on commit c63bfce

Please sign in to comment.