Skip to content

Commit 37906e5

Browse files
committed
fix typo: Systel -> System
1 parent 8650b1b commit 37906e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/ui/checkSystemLocale.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default async () => {
1616
return
1717
}
1818

19-
console.log(`Systel locale: ${locale}`)
19+
console.log(`System locale: ${locale}`)
2020
if (locale.startsWith('en')) {
2121
locale = 'en'
2222
} else if (locale.startsWith('zh')) {

0 commit comments

Comments
 (0)