Skip to content
Merged
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
22 changes: 11 additions & 11 deletions packages/compass/src/app/network-optin/index.html.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,13 @@
<label
><input
type="checkbox"
name="enableFeedbackPanel"
data-hook="product-feedback-checkbox"
data-test-id="product-feedback-checkbox"
/><span>Enable Product Feedback Tool</span></label
name="autoUpdates"
data-hook="auto-updates-checkbox"
data-test-id="auto-updates-checkbox"
/><span>Enable Automatic Updates</span></label
>
<p class="option-description">
Enables a tool for sending feedback or talking to our Product
and Development teams directly from Compass.
Allow Compass to periodically check for new updates.
</p>
</li>
<li>
Expand Down Expand Up @@ -77,13 +76,14 @@
<label
><input
type="checkbox"
name="autoUpdates"
data-hook="auto-updates-checkbox"
data-test-id="auto-updates-checkbox"
/><span>Enable Automatic Updates</span></label
name="enableFeedbackPanel"
data-hook="product-feedback-checkbox"
data-test-id="product-feedback-checkbox"
/><span>Give Product Feedback</span></label
>
<p class="option-description">
Allow Compass to periodically check for new updates.
Enables a tool that our Product
team can use to occasionally reach out for feedback about Compass.
</p>
</li>
</ul>
Expand Down