Fix default value
This commit is contained in:
parent
8287f197f4
commit
44a363f188
1 changed files with 1 additions and 1 deletions
|
@ -404,7 +404,7 @@ export const SETTINGS: {[setting: string]: ISetting} = {
|
||||||
},
|
},
|
||||||
"spell-check-languages": {
|
"spell-check-languages": {
|
||||||
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS_WITH_CONFIG,
|
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS_WITH_CONFIG,
|
||||||
default: ["en"],
|
default: ["en-US"],
|
||||||
},
|
},
|
||||||
"breadcrumb_rooms": {
|
"breadcrumb_rooms": {
|
||||||
// not really a setting
|
// not really a setting
|
||||||
|
|
Loading…
Reference in a new issue