File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 27
27
li
28
28
label
29
29
input( type ='checkbox' , name ='autoUpdates' , data-hook ='auto-updates-checkbox' )
30
- span Enable Auto Updates
31
- p.option-description Allow Compass to periodically check for new updates
30
+ span Enable Automatic Updates
31
+ p.option-description Allow Compass to periodically check for new updates.
32
32
33
33
p With any of these options, none of your personal information or stored data will be submitted.
34
34
Original file line number Diff line number Diff line change @@ -16,7 +16,8 @@ var NetworkOptInView = View.extend({
16
16
props : {
17
17
trackErrors : [ 'boolean' , true , true ] ,
18
18
enableFeedbackPanel : [ 'boolean' , true , true ] ,
19
- trackUsageStatistics : [ 'boolean' , true , true ]
19
+ trackUsageStatistics : [ 'boolean' , true , true ] ,
20
+ autoUpdates : [ 'boolean' , true , true ]
20
21
} ,
21
22
session : {
22
23
preferences : 'state' ,
You can’t perform that action at this time.
0 commit comments