Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/app/network-optin/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
li
label
input(type='checkbox', name='autoUpdates', data-hook='auto-updates-checkbox')
span Enable Auto Updates
p.option-description Allow Compass to periodically check for new updates
span Enable Automatic Updates
p.option-description Allow Compass to periodically check for new updates.

p With any of these options, none of your personal information or stored data will be submitted.

Expand Down
3 changes: 2 additions & 1 deletion src/app/network-optin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ var NetworkOptInView = View.extend({
props: {
trackErrors: ['boolean', true, true],
enableFeedbackPanel: ['boolean', true, true],
trackUsageStatistics: ['boolean', true, true]
trackUsageStatistics: ['boolean', true, true],
autoUpdates: ['boolean', true, true]
},
session: {
preferences: 'state',
Expand Down