Skip to content

Commit 041815c

Browse files
authored
Update appSettings.js
1 parent 549eae8 commit 041815c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/settings/appSettings.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export default function otherSettings() {
6969
key: "checkForAppUpdates",
7070
text: strings["check for app updates"],
7171
checkbox: values.checkForAppUpdates,
72-
},
72+
info: strings["info-checkForAppUpdates"], },
7373
{
7474
key: "console",
7575
text: strings.console,
@@ -127,6 +127,7 @@ export default function otherSettings() {
127127
key: "quickTools",
128128
text: strings["quick tools"],
129129
checkbox: !!values.quickTools,
130+
info: strings["info-quickTools"],
130131
},
131132
{
132133
key: "quickToolsTriggerMode",

0 commit comments

Comments
 (0)