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 2727 li
2828 label
2929 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.
3232
3333 p With any of these options, none of your personal information or stored data will be submitted.
3434
Original file line number Diff line number Diff line change @@ -16,7 +16,8 @@ var NetworkOptInView = View.extend({
1616 props : {
1717 trackErrors : [ 'boolean' , true , true ] ,
1818 enableFeedbackPanel : [ 'boolean' , true , true ] ,
19- trackUsageStatistics : [ 'boolean' , true , true ]
19+ trackUsageStatistics : [ 'boolean' , true , true ] ,
20+ autoUpdates : [ 'boolean' , true , true ]
2021 } ,
2122 session : {
2223 preferences : 'state' ,
You can’t perform that action at this time.
0 commit comments