diff --git a/src/app/network-optin/index.jade b/src/app/network-optin/index.jade index 462c66ca8d7..a63c72fe25e 100644 --- a/src/app/network-optin/index.jade +++ b/src/app/network-optin/index.jade @@ -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. diff --git a/src/app/network-optin/index.js b/src/app/network-optin/index.js index df1f8c14dee..22d671925e8 100644 --- a/src/app/network-optin/index.js +++ b/src/app/network-optin/index.js @@ -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',