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…
Reference in New Issue