Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-1814/Promo-toggle #451

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Prev
Change label name
  • Loading branch information
benstrumeyer committed Sep 17, 2019
commit e9e1a7ee9f7f200a1968aff94f13d5bd1654df21
@@ -44,7 +44,7 @@ const Notifications = (props) => {
<div className="s-option-group">
<div className="s-square-checkbox">
<input type="checkbox" id="settings-new-promotions" name="notify_promotions" defaultChecked={settingsData.notify_promotions} onClick={props.toggleCheckbox} />
<label id="settings-new-features-label" htmlFor="settings-new-promotions">{ t('settings_new_promotions') }</label>
<label id="settings-new-promotions-label" htmlFor="settings-new-promotions">{ t('settings_new_promotions') }</label>
</div>
</div>
<div className="s-option-group">
ProTip! Use n and p to navigate between commits in a pull request.