Skip to content

Commit 28c916b

Browse files
committed
Use double-quotes for title string
1 parent 69ef760 commit 28c916b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config-schema.es6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default {
3434
showOfflineNotification: {
3535
'type': 'boolean',
3636
'default': true,
37-
'title': 'Show offline notification popup',
37+
'title': "Show offline notification popup",
3838
},
3939
interfaceZoom: {
4040
'title': "Override standard interface scaling",

0 commit comments

Comments
 (0)