mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Minor.
This commit is contained in:
parent
5768ebaabb
commit
a1ba5e4178
@ -65,6 +65,6 @@ class EditorPreferences extends Model
|
||||
|
||||
// Sort the theme alphabetically, and push the default theme
|
||||
asort($themes);
|
||||
return [static::DEFAULT_THEME => 'Twilight'] + $themes;
|
||||
return [static::DEFAULT_THEME => ucwords(static::DEFAULT_THEME)] + $themes;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user