Skip to content

Commit 91c4671

Browse files
authored
Update editorSettings.js
1 parent d17459d commit 91c4671

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/settings/editorSettings.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default function editorSettings() {
1010
const items = [
1111
{
1212
key: "autosave",
13-
text: strings.autosave.capitalize(),
13+
text: strings.autosave,
1414
value: values.autosave,
1515
valueText: (value) => (value ? value : strings.no),
1616
prompt: strings.delay + " (>=1000 || 0)",
@@ -88,12 +88,12 @@ export default function editorSettings() {
8888
},
8989
{
9090
key: "liveAutoCompletion",
91-
text: strings["live autocompletion"].capitalize(),
91+
text: strings["live autocompletion"],
9292
checkbox: values.liveAutoCompletion,
9393
},
9494
{
9595
key: "showPrintMargin",
96-
text: strings["show print margin"].capitalize(),
96+
text: strings["show print margin"],
9797
checkbox: values.showPrintMargin,
9898
},
9999
{

0 commit comments

Comments
 (0)